The MPFR is the GNU Multiprecision Floating-point Computations with correct rounding.
The documentation is to be taken from the original MPFR documents: mpdf.pdf.
For the usage, see the docs folder.
See the test file mpfr_test.v to examples.
The Api has been adaptated to the naming of V. The routines ending in _ui, _si and _d have been renamed in _u64, _i64 and _f64.
Most of the routines taking a pointer to the result as first argument return instead the result.
Mpfr depends of gmp.
MPFR is distributed under the GNU Lesser General Public License.
v_mpfr is under the MIT License