Tests whether or not the arguments have approximately the same value, within an absolute
or relative tolerance (an absolute tolerance is used for values less than or equal to
1.0, and a relative tolerance is used for larger values)
Parameters
a: number
The first number to test
b: number
The second number to test
Default value tolerance: number = EPSILON
The tolerance to test for
Returns boolean
True if the numbers are approximately equal, false otherwise
Tests whether or not the arguments have approximately the same value, within an absolute or relative tolerance (an absolute tolerance is used for values less than or equal to 1.0, and a relative tolerance is used for larger values)