T
tozeina
Can any one help in this please.
I'm using eval function in JavaScript, But when the eval method return
a big big number the result will be a number with "E"
for example :
Eval(1000000000000000000000) will result 1e+21
I need to get the number as it is . can i ??
Thanks in advance
I'm using eval function in JavaScript, But when the eval method return
a big big number the result will be a number with "E"
for example :
Eval(1000000000000000000000) will result 1e+21
I need to get the number as it is . can i ??
Thanks in advance