File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ This package represents intervals of an ordered set. For an interval
88spanning from ` a ` to ` b ` , all values ` x ` that lie between ` a ` and ` b `
99are defined as being members of the interval.
1010
11- This package is intended to implement a "minimal" foundation for
12- intervals upon which other packages might build. In particular, we
13- * encourage* [ type-piracy] ( https://docs.julialang.org/en/v1/manual/style-guide/#Avoid-type-piracy )
14- for the reason that only one interval package can
15- unambiguously define the ` .. ` and ` ± ` operators (see below).
16-
1711Currently this package defines one concrete type, ` Interval ` .
1812These define the set spanning from ` a ` to ` b ` , meaning the
1913interval is defined as the set ` {x} ` satisfying ` a ≤ x ≤ b ` . This is
You can’t perform that action at this time.
0 commit comments