Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 819 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 819 Bytes

V_mpfr is a MPFR porting to V

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.

API

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.

Dependencies

Mpfr depends of gmp.

Licence

MPFR is distributed under the GNU Lesser General Public License.

v_mpfr is under the MIT License