JuliaIntervals / IntervalArithmetic.jl

Library for validated numerics using interval arithmetic
https://juliaintervals.github.io/IntervalArithmetic.jl/
Other
297 stars 71 forks source link

Reliable quadrant #652

Closed OlivierHnt closed 4 months ago

OlivierHnt commented 4 months ago

This PR implements a reliable code to determine quadrants for trigonometric functions.

@dpsanders do you mind having a look?

Closes #622