Handbook
Glossary
float? ( object -- ? )
Vocabulary
math
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
float
class.
Definition
USING:
kernel
kernel.private
;
IN:
math
:
float?
( object -- ? )
tag
3
eq?
;