This function generates a value that has the absolute value of x and the sign of y.
long double __far copysignl(long double x, long double y); (C99)
Returns a value that has the absolute value of x and the sign of y.
This function generates a value that has the absolute value of x and the sign of y.