Handbook
Glossary
undefined-derivative ( point word -- * )
Vocabulary
math
.
derivatives
Definition
IN:
math.derivatives
ERROR:
undefined-derivative
point word
;
Methods
USING:
accessors
kernel
make
math.derivatives
math.parser
summary
;
M:
undefined-derivative
summary
[
dup
"Derivative of "
%
word>>
name>>
%
" is undefined at "
%
point>>
#
"."
%
]
""
make
;