JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 14 forks source link

Cleanup auxiliary interval constructors #104

Closed mforets closed 2 years ago

mforets commented 3 years ago

https://github.com/JuliaIntervals/TaylorModels.jl/pull/103 introduces some auxiliary interval constructors. This is a reminder to use IntervalArithmetic.zero and IntervalArithmetic.symmetric_box once https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/446 is ready.

lbenet commented 2 years ago

Fixed by #126