floating point - How to deal with big numbers in javascript -
this question has answer here:
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
Post a Comment