+ 2
How can I fix the way large numbers are displayed?
https://code.sololearn.com/Wm0CPovm9N4L/?ref=app Whenever the number is exceptionally large it displays it in a strange way. The output generally contains "e+". I think this is called "scientific notation"(I could be very wrong xD) Anyway, how can I fix this?
2 Answers
+ 3
Use BigInt number
https://code.sololearn.com/WTut2EdawjnY/?ref=app
+ 1
Thanks my dude. People kept telling me about js libraries/frameworks(whatever they are lol) and I really wanted to avoid those.