IntervalArithmetic.jl icon indicating copy to clipboard operation
IntervalArithmetic.jl copied to clipboard

Stack overflow with `rad2deg`

Open baggepinnen opened this issue 1 year ago • 0 comments

IntervalArithmetic v0.20.6, Julia v1.8-rc1

julia> import IntervalArithmetic

julia> rad2deg(IntervalArithmetic.Interval(1, 2))
ERROR: StackOverflowError:
Stacktrace:
 [1] rad2deg(z::IntervalArithmetic.Interval{Float64}) (repeats 79984 times)
   @ Base.Math ./math.jl:334

baggepinnen avatar Jul 04 '22 11:07 baggepinnen