C/C++ Programmer's Guide (G06.25+)
Run-Time Messages
HP C/C++ Programmer’s Guide for NonStop Systems—429301-008
22-13
Function Parameter Message
Function Parameter Message
Run-time libraries report the message in this subsection if an error is detected in a
parameter passed to a function.
40
Cause. A function detected a problem with its parameters.
Effect. Program behavior is language and application dependent.
Recovery. Correct the parameter you are passing.
Math Function Messages
Run-time libraries report the messages in this subsection if an error is detected in a
math function.
41
Cause. An arithmetic overflow or underflow occurred while evaluating an arithmetic
function.
Effect. Program behavior is language and application dependent.
Recovery. Modify the program to pass values to the arithmetic functions that do not
cause overflow.
42
Cause. The parameter passed to the arccos 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 arccos function.
Invalid function parameter
Range fault
Arccos domain fault