copysign functions [V2.00.00 or later]
|
[Syntax]
double copysign(double x, double y)
float copysignf(float x, float y)
long double copysignl(long double x, long double y) [V2.01.00 or later]
[Description]
These functions return a value with the absolute value of x and the sign of y.