keep unit tests but make directory structure more consistent with requirements i did not read

This commit is contained in:
Elizabeth Hunt 2023-09-27 09:53:37 -06:00
parent 5e85a662d2
commit 1a8c81d07e
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
19 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "math4610"]
path = class
url = https://github.com/jvkoebbe/math4610

1
class Submodule

@ -0,0 +1 @@
Subproject commit 0c4f1d7f0e438fe37a9c5ae5cc67743233997042

View File

@ -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)