Handbook
Glossary
>=1? ( x -- ? )
Vocabulary
math
.
functions
Inputs
x
an
object
Outputs
?
an
object
Definition
USING:
kernel
math
;
IN:
math.functions
:
>=1?
( x -- ? )
dup
complex?
[
drop
f
]
[
1
>=
]
if
;
inline