void setDefaultFixedPoint(size_t fixedPoint)
Sets default value of fixed point positon for all new Decimal structures.
size_t getDefaultFixedPoint()
Gets current value of fixed point position by default. If the value was not changed by setDefaultFixedPoint, the value is 18.
Public imports
Aliases
| D |
Functions
| setDefaultFixedPoint | |
| getDefaultFixedPoint | |
| toDecimal | |
| exp | |
| ln | |
| ln | |
| log | |
| pow | |
| pow |
Structs
| Decimal |
Classes
| DecimalException |
The module contains the an implementation of the Decimal data type.