-
- Downloads
fix for the wrong test of Intl.NumberFormat (ToRawPrecision) (#857)
1) (123.44500) == 123.444999999999993179 2) (123.44500).toPrecision(5) === "123.44" gives correct value in Chrome and Firefox; Ref https://github.com/tc39/ecma402/issues/128
Please register or sign in to comment