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