diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-09 21:08:25 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-09 21:08:25 -0600 |
commit | adda6869cb2a07984b48c39fcd70ee76449c353d (patch) | |
tree | 3aff88b65292e2ab0e108781206d954a015b2e33 /src/approx/package.lisp | |
parent | b35e3998333e8190bf07ade51dba30773b3a3d0b (diff) | |
download | cmath-adda6869cb2a07984b48c39fcd70ee76449c353d.tar.gz cmath-adda6869cb2a07984b48c39fcd70ee76449c353d.zip |
updates 10/9
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)) |