peterolson / BigInteger.js

An arbitrary length integer library for Javascript
The Unlicense
1.12k stars 187 forks source link

casting difference #169

Closed roccomuso closed 5 years ago

roccomuso commented 5 years ago

What's the difference between .toJSNumber() and .valueOf()?

roccomuso commented 5 years ago

Just noticed in the code they're alias.