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
ERROR:^ not defined for MultiFloat{Float64, 4}
Stacktrace:
[1] error(::String, ::String, ::Type)
@ Base .\error.jl:42
[2] no_op_err(name::String, T::Type)
@ Base .\promotion.jl:395
[3] ^(x::MultiFloat{Float64, 4}, y::MultiFloat{Float64, 4})
The text was updated successfully, but these errors were encountered:
Hey @lrnv, thanks for your interest in MultiFloats.jl! I plan to add a ^ operator for MultiFloat types once I have a fast implementation of exp and log, which is being tracked in #28.
I have the following stacktrace:
The text was updated successfully, but these errors were encountered: