We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee16a5 commit ba18de0Copy full SHA for ba18de0
README.md
@@ -8,12 +8,6 @@ This package represents intervals of an ordered set. For an interval
8
spanning from `a` to `b`, all values `x` that lie between `a` and `b`
9
are defined as being members of the interval.
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
Currently this package defines one concrete type, `Interval`.
18
These define the set spanning from `a` to `b`, meaning the
19
interval is defined as the set `{x}` satisfying `a ≤ x ≤ b`. This is
0 commit comments