Math
Interfaces, Classes, Traits and Enums
- CalculatorInterface
- A calculator performs arithmetic operations on numbers
- BrickMathCalculator
- A calculator using the brick/math library for arbitrary-precision arithmetic
- RoundingMode
- Specifies a rounding behavior for numerical operations capable of discarding precision.