diff options
Diffstat (limited to 'cl/src/approx/package.lisp')
-rw-r--r-- | cl/src/approx/package.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cl/src/approx/package.lisp b/cl/src/approx/package.lisp index 60dd0bb..c11eb60 100644 --- a/cl/src/approx/package.lisp +++ b/cl/src/approx/package.lisp @@ -1,4 +1,5 @@ (in-package :cl-user) (defpackage lizfcm.approx (:use :cl) - (:export :derivative-at)) + (:export :derivative-at + :compute-maceps)) |