Chapter Contents |
Previous |
Next |
212 |
Errno value: | ERANGE |
Explanation | |
Action |
Explanation |
The indicated value is a singularity of the indicated
function. That is, the function value approaches infinity as the argument
approaches the singularity. errno
is set to ERANGE
, and the divide by 0
flag is set in the floating-point environment. The function returns an infinite
value with an appropriate sign.
Action |
If possible, correct the program or the data. The message
can be suppressed using the _matherb
function,
as described in the
SAS/C Library Reference, Volume 1.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2004 by SAS Institute Inc., Cary, NC, USA. All rights reserved.