Closed lrnv closed 1 month 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.
Hey @lrnv, thanks for pointing this out! This has been fixed in commit c054c9e.
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 :
filled the hole.