This repository was archived by the owner on Mar 29, 2019. It is now read-only.

Description
var safeFloat = require("safe-float")
safeFloat.minus('10000000000000000000000000000000000000000', '1')
"1e+40"
var safeFloat = require("safe-float")
safeFloat.minus('1.00011010101010101', '0.000000000000000000000000000001')
"1.000000000001.1010101010101e+26"
Both of them above are incorrect.