copysign ( x y -- x' )


Vocabulary
math.functions

Inputs
xa number
ya number


Outputs
x'a number


Word description
Returns x with the sign of y, as a float.

Definition


Methods