factor/unmaintained/math/derivatives/derivatives-tests.factor

6 lines
119 B
Factor
Raw Normal View History

2008-11-09 21:42:59 -05:00
USING: math math.derivatives tools.test ;
IN: math.derivatives.test
[ 8 ] [ 4 [ sq ] derivative >integer ] unit-test