Due to conversion between binary and decimal numbers we often see precision errors in JS.
eg.: 137.80 * 100 = 13780.000000000002
Although, is is technically possible that JS will return similar error but with negative precision?
eg.: 137.80 * 100 = 13779.999999999998