I have a program that deals with high numbers. However, when I try to use these numbers, I'll get summarized numbers, which I can't use. I need precise results. Is there a way to get rid of the summarization and use the ACTUAL numbers? By summarized numbers, I mean things like "1.5118532435192665e4".
Asked
Active
Viewed 24 times
1
-
1**BigInt** is a built-in object that provides a way to represent whole numbers larger than 2^53 - 1. – Prathap Reddy Jul 30 '20 at 20:14
-
@PrathapReddy Thanks for the suggestion, but BigInt can't be used in the Math object, which I need, so it wouldn't work. Thanks for trying, though! – Gabriel Wood Jul 30 '20 at 20:30