File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Some of the things that Arblib excels at are:
13
13
Some of the things that IntervalArithmetic excels at are:
14
14
1 . Fast computations at ` Float32 ` and ` Float64 ` precision.
15
15
2 . Computations with wide intervals (FLINT is in general not optimized for this, though the situation is improving).
16
- 3 . Built-in safety features, such as decorations (see [ Decorations] ( @ref ) ) and the "NG" flag (see [ Guarantee ] ( @ref ) ).
16
+ 3 . Built-in safety features, such as decorations (see [ Decorations] ( @ref ) ) and the "NG" flag (see [ "NG" label ] ( @ref ) ).
17
17
18
18
19
19
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ There are several useful output representations for intervals. The display is co
14
14
15
15
- ` :midpoint ` : output in the midpoint-radius form, e.g. ` 1.2 ± 0.100001 ` .
16
16
17
- - ` sigdigits :: Int ` keyword argument: number of significant figures to show in standard mode.
17
+ - ` sigdigits :: Int ` keyword argument: number of significant digits to show in standard mode.
18
18
19
- - ` decorations :: Bool ` keyword argument: whether to show [ decorations] ( decorations.md ) or not.
19
+ - ` decorations :: Bool ` keyword argument: whether to show decorations or not.
20
20
21
21
``` @repl
22
22
using IntervalArithmetic
You can’t perform that action at this time.
0 commit comments