Query: copysignl
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
copysign(3M) copysign(3M)NAMEcopysign(), copysignf(), copysignl(), copysignw(), copysignq() - copysign functionsSYNOPSISHP Integrity Server OnlyDESCRIPTIONThe function returns x with its sign changed to the sign of y. is a version of it takes arguments and returns a result. Integrity Server Only is a version of it takes arguments and returns a result. is an version of it takes 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) compile 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 a value with the magnitude of x and the sign of y. These functions raise no exceptions.ERRORSNo errors are defined.SEE ALSOfabs(3M), fpclassify(3M), remainder(3M), scalbn(3M), signbit(3M), math(5).STANDARDS CONFORMANCE: ISO/IEC C99 (including Annex F, "IEC 60559 floating-point arithmetic") copysign(3M)
Related Man Pages |
---|
copysign(3m) - hpux |
copysignq(3m) - hpux |
fmodf(3m) - hpux |
remquo(3m) - hpux |
remquoq(3m) - hpux |
Similar Topics in the Unix Linux Community |
---|
Changing the way arguments are read from program |