Class | Description |
---|---|
Abs |
Class that allows to round decimal numbers.
|
Average |
Computes average value on some numbers.
|
Divide |
Dividing some numbers.
|
MArithmeticAccessor |
Abstract class that allows to perform arithmetic operations.
|
MArithmeticManager |
Registers all arithmetic accessors.
|
Mod |
Calculates modulo.
|
MSingleMathOperation |
Allows to perform single mathematic operations.
|
Multiply |
Multiplying some numbers.
|
Pow |
Powering some numbers.
|
Round |
Class that allows to round decimal numbers.
|
Subtract |
Substracting some numbers.
|
Sum |
Adding some numbers.
|