eliminated circular dependancies and started documentation
parent
5e61c97272
commit
fa2e448e38
|
@ -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
|
Loading…
Reference in New Issue