Gayatri
Member since Dec 11, 2008
- Profile: /members/993-gayatri.htm
- Comments: 1
Recent Blog Comments By Gayatri
-
Javascript Number.toFixed() Method
Posted on Nov 29, 2007 at 2:26 AM
I tried to perform a rounding operation - however for numbers have the decimal point position > 14 (i.e. 13 digits exist before the decimal place) the rounding is incorrect. Is it because the number goes out of range for 'integer' in javascript? For instance, the above method fails for the number... read more »