Add unit tests for math.derivatives

db4
Aaron Schaefer 2008-11-09 21:42:59 -05:00
parent 930458ebd7
commit e813e1df18
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
USING: math math.derivatives tools.test ;
IN: math.derivatives.test
[ 8 ] [ 4 [ sq ] derivative >integer ] unit-test