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
I'm interested in using IntervalArithmetic with Float32 data types. At the moment I'm not that much interested in speed, more to get it to work.
There are currently some issues with some functions for Float32 intervals. For example
cos(Interval{Float32}(0.1))
ERROR: MethodError: no method matching pi_interval(::Type{Float32})
Closest candidates are:pi_interval(::Type{BigFloat}) at /home/herbstm/.julia/packages/IntervalArithmetic/1T5or/src/intervals/precision.jl:74pi_interval(::Type{Float64}) at /home/herbstm/.julia/packages/IntervalArithmetic/1T5or/src/intervals/precision.jl:75
Stacktrace:
[1] two_pi(::Type{Float32}) at /home/herbstm/.julia/packages/IntervalArithmetic/1T5or/src/intervals/trigonometric.jl:18
[2] cos(::Interval{Float32}) at /home/herbstm/.julia/packages/IntervalArithmetic/1T5or/src/intervals/trigonometric.jl:151
[3] top-level scope at REPL[10]:1
I'm interested in using IntervalArithmetic with Float32 data types. At the moment I'm not that much interested in speed, more to get it to work.
There are currently some issues with some functions for Float32 intervals. For example
Similarly
which I have also reported here: JuliaIntervals/CRlibm.jl#32. There might be more things, but this is what I found so far.
The text was updated successfully, but these errors were encountered: