]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/math/derivatives/derivatives-tests.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / math / derivatives / derivatives-tests.factor
1 USING: math math.derivatives tools.test ;
2 IN: math.derivatives.test
3
4 [ 8 ] [ 4 [ sq ] derivative >integer ] unit-test
5