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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -