dzhang314 / MultiFloats.jl

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

Convertion error #26

Closed lrnv closed 1 month ago

lrnv commented 3 years ago

I ran into a hole in the mesh of methods.

Convertion from Complex is ambiguous since there is a function that creates a multifloat from limbs. Defining :

MultiFloat{T, N}(z::Complex) where {T, N} = MultiFloat{T, N}(BigFloat(z))

filled the hole.

dzhang314 commented 1 month ago

Hey @lrnv, thanks for pointing this out! This has been fixed in commit c054c9e.