No, the output could be "Oändligheten" for all we know. I seem to remember some system uses "Infinity" at least. I wouldn't mind the output being equal on all systems (including case), but it would need some actual code to do it.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
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