What is the standard solution in JavaScript for handling big numbers (BigNum)? [closed]
问题 Is there a bignum library for JavaScript or built-in that I can include like <script type=\"text/javascript\" src=\"the_bignum_library.js\"></script> ? I think my users would prefer to enter numbers in a web page and wait 7 seconds for a result, rather than download an executable and click through a bunch of \"this executable could possibly harm your computer\" warning screens to install it. I\'ve considered basing my own off of http://github.com/silentmatt/javascript-biginteger or http://www