Closed jishnub closed 1 month ago
Hey @jishnub! Thanks for your interest in MultiFloats.jl, and sorry I never got around to looking at this issue years ago.
I've added a conversion to Integer
that goes through BigFloat
in commit 7eb21d6. Is this sufficient for your purposes? It might be possible to get a faster version that doesn't go through BigFloat
, but I don't really understand the use-case of conversion to Integer
when it only works for a vanishingly small fraction of inputs.
If this stopgap solution is insufficient, please feel free to reopen this issue.
It would be nice for these to work to easily switch between
Float64
andMultiFloat
s.