Synopsis
float copysignf(float x,
                float y);
Description

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