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
properFraction is currently defined using modf, but I think it needs a test suite to be sure whether it is correct w.r.t. Haskell2010 expectations on the result.
mpfr_get_z_2exp
should be able to get the significand as anInteger
, and with a little bit of multiplication by the 2^exponent we could solve this.The text was updated successfully, but these errors were encountered: