tail head cat sleep
QR code linking to this page

Manual Pages  — COPYSIGN

NAME

copysign, copysignf, copysignl – copy sign

CONTENTS

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, Ns, '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 recommended by -ieee754.

HISTORY

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

COPYSIGN (3) January 26, 2005

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

I define UNIX as “30 definitions of regular expressions living under one roof.”
— Donald Knuth