5 lines
202 B
Factor
5 lines
202 B
Factor
|
|
! Copyright (C) 2009 Jason W. Merrill.
|
||
|
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
|
USING: tools.test automatic-differentiation.derivatives ;
|
||
|
|
IN: automatic-differentiation.derivatives.tests
|