-
For reference, the IEEE recently released the following simplified subset of IEEE1788-2015, which might help with any such plans, if(f?) any exist:
https://standards.ieee.org/findstds/standard/1788…
-
I added the code to generate the ITL tests of reverse functions in [ITF1788.jl](https://github.com/JuliaIntervals/ITF1788.jl). Here is an initial summary (I need to double check a few things
- Ge…
-
as suggested in #11
-
There's some history to this. Bear with me.
Typical floating-point rounding policies are: chop, round-negative, round-positive, and round-nearest-or-even. Intel made the dumb decision of encoding t…
-
I have recently created the package [ITF1788.jl](https://github.com/JuliaIntervals/ITF1788.jl) which translates ITL to julia tests, runs the tests and marks the failing ones as broken. This should mak…
-
@v1.7) pkg> add IntervalArithmetic
Updating registry at `~/.julia/registries/General.toml`
Resolving package versions...
Installed SetRounding ───────── v0.2.1
Installed FastRounding …
-
I'm opening this issue as a roadmap in order to track what needs to be done in order to achieve compliance with the ITF1788 test suite. It'll update as PRs/issues get handled. This table was obtained …
-
From the test suite
```
@test nai() + DecoratedInterval(Interval(1.0, 2.0), trv) == nai()
@test nai() - DecoratedInterval(Interval(1.0, 2.0), trv) == nai()
@test nai() * DecoratedInterval(Interv…
-
From the `ieee1788-exceptions.jl` test suite:
```@test @interval("[1.0000000000000001, 1.0000000000000002]") == Interval(1.0, 0x1.0000000000001p+0)```
related to #55
-
From the test suite
```
@test inf(nai()) == NaN
@test sup(nai()) == NaN
@test mid(∅) == NaN
@test mid(DecoratedInterval(∅, trv)) == NaN
@test mid(nai()) == NaN
@test radius(∅) == NaN
@test r…