You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
- The package now supports only Julia v1.3 and later.
7
7
8
8
### Breaking changes
9
-
- Changed from using `FastRounding.jl` to `RoundingEmulator.jl` for the defalt rounding mode. [#370](https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/370)
9
+
- Changed from using `FastRounding.jl` to `RoundingEmulator.jl` for the default rounding mode. [#370](https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/370)
10
10
11
11
12
12
## v0.15
@@ -293,7 +293,7 @@ v0.1 is the first public release of the package.
293
293
294
294
### Interval arithmetic
295
295
- Two methods for interval rounding are available:
296
-
(i) narrow/slow (which uses hardward rounding mode changes for `Float64` intervals, and (ii) wide/fast (which does not change the rounding mode)
296
+
(i) narrow/slow (which uses hardware rounding mode changes for `Float64` intervals, and (ii) wide/fast (which does not change the rounding mode)
297
297
- The current interval precision and rounding mode are stored in the `parameters` object
298
298
- The macro `@interval` generates intervals based on the current interval precision
299
299
- Trigonometric functions are "nearly" rigorous (for `Float64` intervals, correct rounding is not currently guaranteed)
0 commit comments