You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JuliaMath/DoubleFloats.jl#136 gives DoubleFloats an exp (and exp2, exp10) implementation that is around 4x faster than what MultiFloats is using. If you wanted this version to work for all levels of precision, it would take some extra engineering, but IMO, it would be worth it.
The text was updated successfully, but these errors were encountered:
JuliaMath/DoubleFloats.jl#136 gives
DoubleFloats
anexp
(andexp2
,exp10
) implementation that is around 4x faster than whatMultiFloats
is using. If you wanted this version to work for all levels of precision, it would take some extra engineering, but IMO, it would be worth it.The text was updated successfully, but these errors were encountered: