NTL

Description
NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.
Modulefile
ntl
Documentation
NTL homepage
Usage
Here is an example how one could link their code against NTL:
$ module load ntl
$ gcc <compiler commands> -I$NTL/include -L$NTL/lib -lntl

This site uses Just the Docs, a documentation theme for Jekyll.