summaryrefslogtreecommitdiff
path: root/cl/src/approx/package.lisp
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-09-07 12:19:32 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-09-07 12:19:32 -0600
commit9fcd733232b6f209519d2eadc83ed4cbd3376e0d (patch)
tree0b4dfead39515c11c5aa4a998ffc3683546eef65 /cl/src/approx/package.lisp
parentdadf03afa37c785d5bb68396381eb3105178847f (diff)
downloadcmath-9fcd733232b6f209519d2eadc83ed4cbd3376e0d.tar.gz
cmath-9fcd733232b6f209519d2eadc83ed4cbd3376e0d.zip
common lisp!
Diffstat (limited to 'cl/src/approx/package.lisp')
-rw-r--r--cl/src/approx/package.lisp4
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))