Provides numeric classes. There are three kinds of classes:
The integer classes, which provide finite-precision integers (with overflow checking on operators)
The real classes
The infinite-precision numbers: MUTABLE_BIG_INTEGER provides infinite-precision
integers, while the NUMBER classes provide infinite-precision
integers and decimals (see also their Factory: NUMBER_TOOLS)