zero? ( x -- ? )
Factor handbook » The language » Numbers » Mathematical functions » Arithmetic functions

Prev:conjugate ( z -- z* )
Next:between? ( x min max -- ? )


Vocabulary
math

Inputs
xa number


Outputs
?a boolean


Word description
Tests if the number is equal to zero.

Definition

: zero? ( x -- ? ) 0 number= ; inline