float>= ( x y -- ? ) - Factor Documentation

float>= ( x y -- ? )


Vocabulary
math .private

Inputs
x a float
y a float


Outputs
? a boolean


Word description
Primitive version of u>= .

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 u>= instead.


Definition
IN: math.private

PRIMITIVE: float>= ( x y -- ? ) foldable flushable

AltStyle によって変換されたページ (->オリジナル) /