Checks if two numbers are approximately equal.
The first number
The second number
Optional
The precision to check
// Returns trueconst approx = Chalkboard.numb.isApproxEqual(0.1 + 0.2, 0.3); Copy
// Returns trueconst approx = Chalkboard.numb.isApproxEqual(0.1 + 0.2, 0.3);
Generated using TypeDoc
Checks if two numbers are approximately equal.