diff --git a/extra/math/derivatives/derivatives-docs.factor b/extra/math/derivatives/derivatives-docs.factor new file mode 100644 index 0000000000..23847e82f7 --- /dev/null +++ b/extra/math/derivatives/derivatives-docs.factor @@ -0,0 +1,9 @@ +USING: help.markup help.syntax ; + +IN: math.derivatives + +HELP: derivative ( x function -- m ) +{ $values { "x" "the x-position on the function" } { "function" "a differentiable function" } } +{ $description "Finds the slope of the tangent line at the given x-position on the given function." } ; + +{ derivative-func } related-words