epsilonEquals
epsilonEquals(a, b, [tolerance]) ⇒ boolean
Comparison of two numbers with a given tolerance
Kind: global function
Param | Type |
---|---|
a | number |
b | number |
[tolerance] | number |
boolean
Comparison of two numbers with a given tolerance
Kind: global function
Param | Type |
---|---|
a | number |
b | number |
[tolerance] | number |