@technobuddha > library > Math
Comparison
| Name | Type | Description |
|---|---|---|
| approximatelyEquals | Function | Tests whether the two values are equal to each other, within a certain tolerance, taking into account floating point errors (numbers within EPSILON). |
| ApproximatelyEqualsOptions | Type | Options for the approximatelyEquals function |
| compareNumbers | Function | Compare two numbers |
| isEven | Function | Tests to see if the specified value is an even integer |
| isMultipleOf | Function | Tests to see if the specified value is an multiple of multiplier |
| isNegativeZero | Function | Tests to see if the specified value is negative zero |
| isOdd | Function | Tests to see if the specified value is an odd integer |