How to deal with big numbers in javascript [duplicate]
问题 This question already has answers here : What is the standard solution in JavaScript for handling big numbers (BigNum)? [closed] (2 answers) Closed 5 years ago . I\'m looking for a Mathematical solution that deals with really (long, big, huge, storms) numbers. I haven\'t found anything yet, But I don\'t wanna think that this problem hasn\'t be solve at this time. I\'m looking for an easy Number solution, like Microsoft Excel Precision (30 decimals), or a BigInteger (Java) solution. in