remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / unmaintained / math / derivatives / derivatives-tests.factor
blobcfbc1fa6ec38d354674e1dbe93bd443281efddbb
1 USING: math math.derivatives tools.test ;
2 IN: math.derivatives.test
4 [ 8 ] [ 4 [ sq ] derivative >integer ] unit-test