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
8
8
spanning from ` a ` to ` b ` , all values ` x ` that lie between ` a ` and ` b `
9
9
are defined as being members of the interval.
10
10
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
-
17
11
Currently this package defines one concrete type, ` Interval ` .
18
12
These define the set spanning from ` a ` to ` b ` , meaning the
19
13
interval is defined as the set ` {x} ` satisfying ` a ≤ x ≤ b ` . This is
You can’t perform that action at this time.
0 commit comments