db4
Doug Coleman 2008-09-02 15:34:40 -05:00
parent bbcba1a7f6
commit 13722dd4a8
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ HELP: derivative-func
{ $examples
{ $example
"USING: kernel math.derivatives math.functions math.trig prettyprint ;"
"60 deg>rad [ sin ] derivative-func call ."
"0.5000000000000173"
"60 deg>rad [ sin ] derivative-func call 0.5 .001 ~ ."
"t"
}
{ $notes
"Without a heavy algebraic system, derivatives must be "