Handbook
Glossary
check-df ( df -- df )
Vocabulary
math
.
extras
.
private
Inputs
df
an
object
Outputs
df
an
object
Definition
USING:
kernel
math
;
IN:
math.extras.private
:
check-df
( df -- df )
dup
even?
[
"odd degrees of freedom"
throw
]
unless
;