Closed
Description
opened on Dec 9, 2024
Presumably, negative exp
should never happen, and this should return a NaN
instead?
julia> reinterpret(Float64, 0x7ffbb14880000000)
NaN
julia> exp(reinterpret(Float64, 0x7ffbb14880000000))
-9.627794635514914e-309
Activity