Index
Type Aliases
Section titled “Type Aliases”| Type Alias | Description |
|---|---|
| Decimals | - |
| Dnum | - |
| Numberish | - |
| Rounding | - |
| Value | - |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| abs | - |
| add | - |
| ceil | - |
| cmp | - |
| div | - |
| eq | - |
| equalizeDecimals | - |
| floor | - |
| format | - |
| from | - |
| fromJSON | - |
| greaterThan | - |
| greaterThanOrEqual | - |
| isDnum | - |
| lessThan | - |
| lessThanOrEqual | - |
| mul | - |
| rem | - |
| round | - |
| setDecimals | - |
| sub | - |
| toJSON | - |
| toNumber | - |
| toParts | - |
| toString | - |
References
Section titled “References”compare
Section titled “compare”Renames and re-exports cmp
divide
Section titled “divide”Renames and re-exports div
Renames and re-exports eq
Renames and re-exports greaterThan
Renames and re-exports greaterThanOrEqual
Renames and re-exports lessThan
Renames and re-exports lessThanOrEqual
multiply
Section titled “multiply”Renames and re-exports mul
remainder
Section titled “remainder”Renames and re-exports rem
subtract
Section titled “subtract”Renames and re-exports sub