Handbook
Glossary
check-special ( n -- n )
Vocabulary
math
.
floating-point
Inputs
n
an
object
Outputs
n
an
object
Definition
USING:
kernel
math
;
IN:
math.floating-point
:
check-special
( n -- n )
dup
fp-special?
[
"cannot be special"
throw
]
when
;