Thanks for your reply. How does one go about not having it return the values as scientific notation?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bodo Wenzel Sent: Monday, February 12, 2007 12:03 PM To: Palm Developer Forum Subject: Re: Math error, keep getting same value What characters are after the "e"? This character has the meaning of "* 10 ^" saying for example 2.5000000e1 is 2.5 * 10 ^ 1 = 25. > If I enter 4.0 and 5.0 I get 2.0000000e instead of 20.00000 There might be a "1" after "e"... > If I enter 3.2 and 2.3 I get 7.3600001e Here it might be a "0"... > If I enter 5.0 and 5.0 I get 2.5000000e instead of 25.00000 Again the "1". > If I enter 4.4 and 1.2 I get 5.2800002e And the "0" once more. Bodo -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
