⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{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.

[[Category:Phix]]