Re: [PHP] Move Decimal Point...Again

2002-12-11 Thread Stephen
t;[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 7:11 PM Subject: [PHP] Move Decimal Point...Again : Ok, nevermind about that. I fixed it finally. However, I am having trouble : with the negative exponents. I want to find the scientific not

[PHP] Move Decimal Point...Again

2002-12-11 Thread Stephen
Ok, nevermind about that. I fixed it finally. However, I am having trouble with the negative exponents. I want to find the scientific notation of 0.0046 which should be 4.6 * 10 to the negative 3rd. However, what I get in return is this: 4.6E-009 * 106 How could I fix this problem? I'm also havin