Posted By:
Necati_Arslan
Posted On:
Friday, February 21, 2003 10:42 AM
function Calculate() { var number1 = parseFloat(frm.number1.value); var number2 = parseFloat(frm.number2.value); result= number1 + number2; frm.sonuc.value = result; return false; } //--> ]]>]]> I can not calculate 5.13+0.35 with this calculater. the wrong result is 5.4799999999999995 how can t solve this problem
More>>
I can not calculate 5.13+0.35 with this calculater. the wrong result is 5.4799999999999995 how can t solve this problem
<<Less