-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
significand
, frexp
not defined
#29
Comments
More useful is probably julia> frexp(Float64x2(123.4))
ERROR: MethodError: no method matching frexp(::MultiFloat{Float64, 2})
Closest candidates are:
frexp(::T) where T<:Union{Float16, Float32, Float64} at math.jl:921
frexp(::DoubleFloat{T}) where T<:Union{Float16, Float32, Float64} at ...
frexp(::BigFloat) at mpfr.jl:866 |
Hey @mcabbott, thanks for your interest in MultiFloats.jl! This is a good suggestion, and I am interested in having standard floating-point introspection methods work for The core issue is this: imagine you have a For this reason, I don't want to provide If you would like this functionality, please feel free to leave another comment and reopen this thread. Until then, I will close this issue. |
Xref JuliaMath/DoubleFloats.jl#148
The text was updated successfully, but these errors were encountered: