Click to See Complete Forum and Search --> : Urgent Assistance Required: JAVASCRIPT and SCIENTIFIC Notation


miked215
01-28-2003, 08:30 PM
Is there any possible way to tell the code to display normally after 21 digits? I've hunted all over for some bit of code, but have been unsucessful. Please help. The numbers I'm working with double every time, getting quite large at the end. I need an exact answer, however the script parses the end to zeros. Thanks for your time in advance.

-Mike

Charles
01-29-2003, 05:01 AM
I'm afraid the answer is no, unless you want to overwrite the native Number.toString() method. JavaScript is very limited in the number department.