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