Handbook
Glossary
zero? ( x -- ? )
Factor handbook
»
The language
»
Numbers
»
Mathematical functions
»
Arithmetic functions
Prev:
conjugate ( z -- z* )
Next:
between? ( x min max -- ? )
Vocabulary
math
Inputs
x
a
number
Outputs
?
a
boolean
Word description
Tests if the number is equal to zero.
Definition
IN:
math
:
zero?
( x -- ? )
0
number=
;
inline