Handbook
Glossary
float/f ( x y -- z )
Vocabulary
math
.
private
Inputs
x
a
float
y
a
float
Outputs
z
a
float
Word description
Primitive version of
/f
.
Warning
This word does not perform type checking, and passing objects of the wrong type can crash the runtime. User code should call the generic word
/f
instead.
Definition
IN:
math.private
PRIMITIVE:
float/f
( x y -- z )
foldable
flushable