Namespace PhpCommon\IntMath
IntMath | Utility class for arithmetic operations on integers that wraps around upon overflow. |
ArithmeticException | Thrown when an error occurs while performing mathematical operations. |
DivisionByZeroException | Thrown when an attempt is made to divide a number by zero. |