copysign
function copysign(x:NumberLike, y:NumberLike) -> NumberLike
Copy sign.
- x Argument.
- y Argument.
Returns Result with the absolute values of x but signs of y.
function copysign(x:NumberLike, y:NumberLike) -> NumberLike
Copy sign.
Returns Result with the absolute values of x but signs of y.