Manpage of 'copysignl' on UHLU - BSD System Documentation,
Programming Reference, Manual Pages and Source Code
All manual pages         All RFC pages
Common page
for copysignl
Other pages
for copysignl
More pages
containing copysignl

Section 3 manual page or howto for 'copysignl'  

COPYSIGN(3)	       FreeBSD Library Functions Manual 	   COPYSIGN(3)

NAME
     copysign, copysignf, copysignl -- copy sign

LIBRARY
     Math Library (libm, -lm)

SYNOPSIS
     #include <math.h>

     double
     copysign(double x, double y);

     float
     copysignf(float x, float y);

     long double
     copysignl(long double x, long double y);

DESCRIPTION
     The copysign(), copysignf() and copysignl() functions return x with its
     sign changed to y's.

SEE ALSO
     fabs(3), fdim(3), ieee(3), math(3)

STANDARDS
     The copysign(), copysignf(), and copysignl() routines conform to ISO/IEC
     9899:1999 (``ISO C99'').  They implement the Copysign function recom-
     mended by IEEE Std 754-1985.

HISTORY
     The copysign(), copysignf(), and copysignl() functions appeared in
     4.3BSD, FreeBSD 2.0, and FreeBSD 5.3, respectively.

FreeBSD 7.2		       January 26, 2005 		   FreeBSD 7.2

NAME - LIBRARY - SYNOPSIS - DESCRIPTION - SEE ALSO - STANDARDS - HISTORY -  
All manual pages         All RFC pages
Common page
for copysignl
Other pages
for copysignl
More pages
containing copysignl
A random manual page         All manual pages        All RFC pages