C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
Run-Time Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
22-14
Math Function Messages
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.
48
Cause. Parameters to a Power function were not acceptable. Given the expression
x
y
these parameter combinations produce this message:
x = 0 and y < 0
x < 0 and y is not an integral value
Effect. Program behavior is language and application dependent.
Recovery. Modify the program to pass values that do not violate the above
combinations.
49
Cause. The parameter to a square root function was a negative number. The
parameter must be greater than or equal to zero.
Effect. Program behavior is language and application dependent.
Recovery. Modify the program to pass a nonnegative value to the square root
function.
Modulo function domain fault
Exponentiation domain fault
Square root domain fault