check if a number is in ballpark of another number. See also roundTo
Optional
a number between 0 and 1 (exclusive). 0.1 (default) means 10% difference is allowed.
inBallpark(1, 1.1); Copy
inBallpark(1, 1.1);
inBallpark(1, 1.1, 0.1); Copy
inBallpark(1, 1.1, 0.1);
check if a number is in ballpark of another number. See also roundTo