Category:Mpfr

From Rosetta Code
Revision as of 00:09, 30 April 2019 by Petelomax (talk | contribs) (Created page with "{{library}} The file builtins/mpfr.e as included in the standard distribution contains routines for performing arbitrary precision maths.<br> It is a wrapper for mpfr (ie arbi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

The file builtins/mpfr.e as included in the standard distribution contains routines for performing arbitrary precision maths.
It is a wrapper for mpfr (ie arbitrary precision floats), which uses mpir (integers), which is itself a wrapper for gmp.

The following are all known uses of mpfr.e on rosettacode.

This category currently contains no pages or media.