floating point - How to deal with big numbers in javascript -


i'm looking mathematical solution deals (long, big, huge, storms) numbers. haven't found yet, don't wanna think problem hasn't solve @ time. i'm looking easy number solution, microsoft excel precision (30 decimals), or biginteger (java) solution. in javascript of course.

it looks has been solved before:

what standard solution in javascript handling big numbers (bignum)?

http://jsfromhell.com/classes/bignumber

http://www-cs-students.stanford.edu/~tjw/jsbn/

if need integers can use biginteger.js.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -