Query: modff
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
modf(3M) modf(3M)NAMEmodf(), modff(), modfl(), modfw(), modfq() - decompose floating-point numberSYNOPSISHP Integrity Server OnlyDESCRIPTIONThe function breaks the argument x into integral and fractional parts, each of which has the same sign as the argument. It stores the integral part as a in the object pointed to by iptr. Integrity Server Only is a version of it takes and arguments and returns a result. is a version of it takes and arguments and returns a result. is an version of it takes and arguments and returns an result. is equivalent to on HP-UX systems.USAGETo use (for Integrity servers) compile either with the default option or with the option. To use (for Integrity servers) compile either with the default option or with the and options. To use (for Integrity servers) or compile also with the option. To use these functions, make sure your program includes and link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site:RETURN VALUEreturns a result with the same sign as x. in the object pointed to by iptr. stores a NaN in the object pointed to by iptr and returns a NaN.ERRORSNo errors are defined.SEE ALSOfrexp(3M), ldexp(3M), rint(3M), trunc(3M), scalb(3M), scalbln(3M), scalbn(3M), math(5).STANDARDS CONFORMANCE: SVID3, XPG4.2, ANSI C, ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') : ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') modf(3M)
Related Man Pages |
---|
ceilf(3m) - hpux |
ceilw(3m) - hpux |
frexp(3m) - hpux |
frexpl(3m) - hpux |
frexpq(3m) - hpux |
Similar Topics in the Unix Linux Community |
---|
Solaris 9 lroundf errors |