- Fixed
simplify
withNat
precisions by adding kind signatures.
- Require MPFR 4.0 or above.
- Wrapped a lot more of the MPFR 3.1 API.
- Fixed
wrapped_mpfr_set_ld()
FFI binding. PreviouslyfromLongDouble
could corrupt memory or crash due to missing argument. - Removed dependency on
singletons
.
- License changed from LGPL to BSD3.
- Bindings rewritten as a straight FFI binding without a patched
MPFR
. - Added
Simple
module.
- Repository initialized based on older work on a package called
precision
- Daniel Peebles was able to get a patched
MPFR
to work