Open
Description
numbersCloseEnoughToEqual
function is not valid for all numbers.
Try this example
numbersCloseEnoughToEqual(2.02 + 1.135, 3.155); // false
Please see snippit in the end of this commet
https://stackoverflow.com/a/56967003
numbersCloseEnoughToEqual
function is not valid for all numbers.
Try this example
numbersCloseEnoughToEqual(2.02 + 1.135, 3.155); // false
Please see snippit in the end of this commet
https://stackoverflow.com/a/56967003