Query: rintq
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
rint(3M) rint(3M)NAMErint(), rintf(), rintl(), rintw(), rintq(), nearbyint(), nearbyintf(), nearbyintl(), nearbyintw(), nearbyintq() - round to nearest integer functionsSYNOPSISHP Integrity Server OnlyDESCRIPTIONand return the integer (represented as a floating-point number) nearest x according to the current rounding direction mode. These func- tions meet the requirement of the IEEE-754 standard for an operation that rounds to integer in floating-point format. The two functions are identical except that raises the inexact exception if the result differs in value from the argument, while does not. In the default rounding direction (round to nearest), is the integer nearest x with the additional stipulation that if |-x|=1/2, then is even. (The same statement applies to If the current rounding direction is toward negative infinity, and return the same value as If the current rounding direction is toward positive infinity, and return the same value as Integrity Server Only are versions of and respectively; they take a argument and return a result. and are versions of and respectively; they take a argument and return a result. and are versions of and respectively; they take an argument and return an result. and are equivalent to and respectively 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 with the option. Make sure your program includes Link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site:RETURN VALUEIf x is and return x. If x is NaN, the and functions return NaN.ERRORSNo errors are defined.SEE ALSOceil(3M), floor(3M), fabs(3M), fmod(3M), fegetround(3M), fesetround(3M), lrint(3M), llrint(3M), lround(3M), llround(3M), round(3M), trunc(3M), math(5), fenv(5).STANDARDS CONFORMANCE: XPG4.2, ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') : ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') rint(3M)
Related Man Pages |
---|
drem(3m) - hpux |
nearbyintw(3m) - hpux |
rintf(3m) - hpux |
rintl(3m) - hpux |
rintw(3m) - hpux |
Similar Topics in the Unix Linux Community |
---|
NIM From Linux Machine - Is it real? |
script that answers y unless output has a string "STRING" in it |
Printer Admin/Management Group |
Passing three variables to loop and error |