remquo(3M) remquo(3M)
NAME
remquo(), remquof(), remquol(), remquow(), remquoq() - remainder function with quotients
SYNOPSIS
HP Integrity Server Only
DESCRIPTION
The function computes the same remainder as the function. In the object pointed to by quo it stores a value whose sign is the sign of x/y
and whose magnitude is congruent mod to the magnitude of the integral quotient of x/y, where n is 7 on HP-UX systems.
Integrity Server Only
is a version of it takes first and second arguments and returns a result.
is a version of it takes first and second arguments and returns a result.
is an version of it takes first and second arguments and returns an result.
is equivalent to on HP-UX systems.
USAGE
To use these functions, compile either with the default option or with the and options.
To use (for Integrity servers) or compile also with the option.
Make sure your program includes Link in the math library by specifying on the compiler or linker command line.
RETURN VALUE
The function returns the same values and raises the same exceptions as
ERRORS
No errors are defined.
SEE ALSO
fmod(3M), fabs(3M), remainder(3M), math(5).
STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'')
remquo(3M)