Synopsis
double copysign(double x,
                double y);
Description

copysign returns a value with the magnitude of x and the sign of y.