It might be locale dependent on some systems, who knows.
/ Per Hedbor ()
Previous text:
2003-02-27 12:53: Subject: Inf
No, rather, I wrongly assumed that the output was equal on all systems.
| > sprintf("%f",exp(65536)); | Result: "inf"
As that isn't the case, I suppose lower_case around the sprintf would work better. Is there any more outputs then "inf" with various cases that appears on any system?
/ Mirar