dzhang314 / MultiFloats.jl

Fast, SIMD-accelerated extended-precision arithmetic for Julia
MIT License
77 stars 10 forks source link

^ not defined. #25

Closed lrnv closed 1 month ago

lrnv commented 3 years 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})
dzhang314 commented 1 month ago

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.