A C-coded Python extension module that wraps the GMP library to provide to Python code fast multiprecision arithmetic (integer, rational, and float), random number generation, advanced number-theoretical functions, and more.
Provides a library for multiple-precision floating-point computation with correct rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic.
Rmpfr provides (S4 classes and methods for)
arithmetic including transcendental ("special") functions for
arbitrary precision floating point numbers. To this end, it interfaces to
the LGPL'ed MPFR (Multiple Precision Floating-Point Reliable) Library
which itself is based on the GMP (GNU Multiple Precision) Library.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy