Closed lrnv closed 1 month ago
I have the following stacktrace:
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})
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.
^
MultiFloat
exp
log
I have the following stacktrace: