Mail Archives: djgpp-workers/1999/01/14/13:15:53
(A great display of consistency:)
Yes, Sally? uname -a
HP-UX tyr B.10.20 A 9000/735 2013360678 two-user license
Yes, Sally? awk 'BEGIN { print log(0), log(-1), log(100) }'
-1.79769e+308 awk: The log parameter to a math library function is not in the domain.
The source line number is 1.
1 4.60517
Yes, Sally? awk 'BEGIN { print exp(0), exp(1000000), exp(0.5) }'
1 awk: The exp return value of a math library function is out of range.
The source line number is 1.
1 1.64872
Yes, Sally?
- Raw text -