View Single Post
Old 05-02-2012, 07:59 AM   PM User | #3
Dormilich
Senior Coder

 
Dormilich's Avatar
 
Join Date: Jan 2010
Location: Behind the Wall
Posts: 2,873
Thanks: 9
Thanked 291 Times in 287 Posts
Dormilich is on a distinguished road
note: although parseInt() parses the input as Integer, the number returned is a float* (because float (IEEE 754 double) is the only datatype for numbers in JavaScript)


* - might be important for large integers
__________________
please post your code wrapped in [CODE] [/CODE] tags
Dormilich is offline   Reply With Quote