MUNTL is a multiprecision unsigned number template library. It is intended for the organization of calculations with the big precision for unsigned numbers, ie cases where there are unsigned numbers whose length exceeds the ability of a current platform to handle them. These cases include storage of big numbers (ie factorials) and the operations associated with them, emulation of registers of large length, and indications of errors in position code.
License: GNU LGPL.
Tags: arithmetic, arbitrary precision.
Interface: library.
Source language: C++.
Requires ATLAS, GNU libmatheval.
Sponsors: MKTMK software company.
Homepage: https://sourceforge.net/projects/muntl/.