MPFR¶
Description¶
GNU MPFR (GNU Multiple Precision Floating-Point Reliably[1]) is a GNU portable C library for arbitrary-precision binary floating-point computation with correct rounding, based on GNU Multi-Precision Library. The computation is both efficient and has a well-defined semantics: the functions are completely specified on all the possible operands and the results do not depend on the platform. This is done by copying the ideas from the ANSI/IEEE-754 standard for fixed-precision floating-point arithmetic (correct rounding and exceptions, in particular).
Environment Modules¶
Run module spider mpfr
to find out what environment modules are available for this application.
Environment Variables¶
- HPC_LIBMPFR_DIR - installation directory
- HPC_LIBMPFR_LIB - library directory
- HPC_LIBMPFR_INC - includes directory
Categories¶
library, math