diff options
Diffstat (limited to 'cl/src/approx/package.lisp')
-rw-r--r-- | cl/src/approx/package.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cl/src/approx/package.lisp b/cl/src/approx/package.lisp new file mode 100644 index 0000000..60dd0bb --- /dev/null +++ b/cl/src/approx/package.lisp @@ -0,0 +1,4 @@ +(in-package :cl-user) +(defpackage lizfcm.approx + (:use :cl) + (:export :derivative-at)) |