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