Skip to content

@technobuddha > library > Math

Comparison

NameTypeDescription
approximatelyEqualsFunctionTests whether the two values are equal to each other, within a certain tolerance, taking into account floating point errors (numbers within EPSILON).
ApproximatelyEqualsOptionsTypeOptions for the approximatelyEquals function
compareNumbersFunctionCompare two numbers
isEvenFunctionTests to see if the specified value is an even integer
isMultipleOfFunctionTests to see if the specified value is an multiple of multiplier
isNegativeZeroFunctionTests to see if the specified value is negative zero
isOddFunctionTests to see if the specified value is an odd integer