keep unit tests but make directory structure more consistent with requirements i did not read
This commit is contained in:
parent
5e85a662d2
commit
1a8c81d07e
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "math4610"]
|
||||
path = class
|
||||
url = https://github.com/jvkoebbe/math4610
|
1
class
Submodule
1
class
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 0c4f1d7f0e438fe37a9c5ae5cc67743233997042
|
@ -9,7 +9,7 @@
|
||||
Computing $\epsilon_{\text{mac}}$ for single precision numbers
|
||||
|
||||
#+BEGIN_SRC lisp :session t :results table
|
||||
(load "../cl/lizfcm.asd")
|
||||
(load "../lizfcm.asd")
|
||||
(ql:quickload :lizfcm)
|
||||
|
||||
(let ((domain-values (lizfcm.approx:compute-maceps (lambda (x) x)
|
||||
|
Loading…
Reference in New Issue
Block a user