Skip to content

Commit

Permalink
refactor(geometry/euclidean): split up file (#3926)
Browse files Browse the repository at this point in the history
Split up `geometry/euclidean.lean` into four smaller files in
`geometry/euclidean`.  There should be no changes to any of the
individual definitions, or to the set of definitions present, but
module doc strings have been expanded.

Various definitions in `geometry/euclidean/basic.lean` are not used by
all the other files, so it would be possible to split it up further,
but that doesn't seem necessary for now, and more of those things may
be used by more other files in future.  (For example,
`geometry/euclidean/circumcenter.lean` doesn't make any use of angles
at present.  But a version of the law of sines involving the
circumradius would naturally go in
`geometry/euclidean/circumcenter.lean`, and would introduce such a
dependency.)
  • Loading branch information
jsm28 committed Aug 24, 2020
1 parent 1404ad8 commit 8af1579
Show file tree
Hide file tree
Showing 6 changed files with 1,955 additions and 1,766 deletions.

0 comments on commit 8af1579

Please sign in to comment.