eliminated circular dependancies and started documentation

db4
Rex Ford 2008-07-22 20:27:56 -04:00
parent 5e61c97272
commit fa2e448e38
1 changed files with 9 additions and 0 deletions

View File

@ -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