Query: remquo
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
remquo(3M) remquo(3M)NAMEremquo(), remquof(), remquol(), remquow(), remquoq() - remainder function with quotientsSYNOPSISHP Integrity Server OnlyDESCRIPTIONThe 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.USAGETo 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 VALUEThe function returns the same values and raises the same exceptions asERRORSNo errors are defined.SEE ALSOfmod(3M), fabs(3M), remainder(3M), math(5).STANDARDS CONFORMANCE: ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') remquo(3M)
Related Man Pages |
---|
drem(3m) - hpux |
fmod(3m) - hpux |
fmodq(3m) - hpux |
remquo(3m) - hpux |
remquol(3m) - hpux |
Similar Topics in the Unix Linux Community |
---|
Perl:: mass replacement of converting C code formats to tgmath.h |