copysign functions


[Syntax]

double copysign(double x, double y)

float copysignf(float x, float y)

[Description]

These functions return a value with the absolute value of x and the sign of y.