C
CFonville
I was wondering if there is any way to store large numbers in a
variable? With this simple script:
var bigpi =
1234567890123456789012345678901234567890123456789012345678901234567890;
alert(bigpi);
I only get the first 17 digits and an exponent. Is there any way to
save very large numbers to a variable? I would really like to be able
to manipulate pi to a large number of decimal places (say 1,000). Is
there any way to do that? Thank you in advance,
Chris
variable? With this simple script:
var bigpi =
1234567890123456789012345678901234567890123456789012345678901234567890;
alert(bigpi);
I only get the first 17 digits and an exponent. Is there any way to
save very large numbers to a variable? I would really like to be able
to manipulate pi to a large number of decimal places (say 1,000). Is
there any way to do that? Thank you in advance,
Chris