index
:
math-4610.git
main
fundamentals of numerical analysis
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cl
/
src
/
approx
/
package.lisp
blob: 60dd0bbc2c525aa8b0f1933c7e32b827609092dc (
plain
) (
blame
)
1
2
3
4
(in-package :cl-user) (defpackage lizfcm.approx (:use :cl) (:export :derivative-at))