I've notice that I can read floating point format like:

1.932E+12

Is there any way to output such a number.  The %f format string in 
printf just prints 1932000000000.000000.  Then I tried %e and got 
very strange results. The 1.932 was printed with nothing after it.

-- 
  Bill Rausch, Software Development, Unix, Mac, Windows
  Numerical Applications, Inc.  509-943-0861   [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to