MPFR
- Description
- The MPFR library is a C library for multiple-precision floating-point computations with correct rounding.
- Modulefile
mpfr
- Documentation
- MPFR homepage
- Usage
- Here is an example how one could link their code against MPFR:
$ module load mpfr $ gcc <compiler commands> -I$MPFR/include -L$MPFR/lib -lmpfr