C/C++ Programmer's Guide (G06.25+)

Run-Time Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-008
22-14
Math Function Messages
43
Cause. The parameter passed to the arcsin function was not in the range:
-1.0 < parameter < 1.0
Effect. Program behavior is language and application dependent.
Recovery. Modify the program to pass a valid value to the arcsin function.
44
Cause. Both of the parameters to an arctan2 function were zero. At least one of the
parameters must be nonzero.
Effect. Program behavior is language and application dependent.
Recovery. Modify the program to pass the correct value to the arctan2 function.
46
Cause. The parameter passed to a logarithm function was less than or equal to zero.
The parameter to a logarithm function must be greater than zero.
Effect. Program behavior is language and application dependent.
Recovery. Modify the program to pass a valid value to the logarithm function.
47
Cause. The value of the second parameter to a modulo function was zero. The
second parameter to a modulo function must be nonzero.
Effect. Program behavior is language and application dependent.
Recovery. Modify the program to pass a nonzero value to the modulo function.
Arcsin domain fault
Arctan domain fault
Logarithm function domain fault
Modulo function domain fault