Interfaces
 InterfaceDescription
 BigNumber Common interface for the Long, BigInteger and BigDecimal classes.
Classes
 ClassDescription
 ArithmeticError This error is thrown whenever a big number calculation fails (such as n / 0).
 BigDecimal Immutable, arbitrary-precision signed decimal numbers.
 BigInteger Immutable arbitrary-precision integers.
 BigNumberError This error is the base class of all GraniteDS math errors.
 IllegalArgumentError This error is thrown whenever a big number function parameter is called with an invalid parameter.
 Long An ActionScript3 equivalent to the signed 64bits long type in Java.
 MathContext Immutable objects which encapsulate the context settings which describe certain rules for numerical operators, such as those implemented by the BigDecimal class.
 NumberFormatError This error is thrown whenever a big number String representation is invalid.
 RoundingMode Specifies a rounding behavior for numerical operations capable of discarding precision.