GoogleChromeLabs / jsbi

JSBI is a pure-JavaScript implementation of the official ECMAScript BigInt proposal.
https://v8.dev/features/bigint#polyfilling-transpiling
Apache License 2.0
919 stars 68 forks source link

conversion from huge numbers does not match BigInt #63

Closed Yaffle closed 3 years ago

Yaffle commented 3 years ago

JSBI.BigInt(4.4384296245614243e+42).toString() gives "4438429624561424525564590093179539127533568" should give "4438429624561424320047307980392507864252416"