/f ( x y -- z )
Factor handbook » The language » Numbers » Floats

Prev:>float ( x -- y )
Next:Bitwise operations on floats


Vocabulary
math

Inputs
xa real
ya real


Outputs
za float


Word description
Divides x by y, representing the result as a floating point number.

See also
Division by zero

Definition


Methods