Returns a value whose absolute value matches that of x, but whose sign bit matches that of y.
Remember to link the math library: valac -X -lm ...
If x is a float.NAN, then a
float.NAN with the sign bit of y is returned.
| x |
A numeric value. |
| y |
A numeric value. |