diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-27 09:53:37 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-27 09:53:37 -0600 |
commit | 1a8c81d07efe55c5a6909aff32359d4b8866af1c (patch) | |
tree | dbaf949a4d20226560d97ef9b48dbdcd71b7ad1a /homeworks | |
parent | 5e85a662d21081bc27adc1142759659cca59cd62 (diff) | |
download | cmath-1a8c81d07efe55c5a6909aff32359d4b8866af1c.tar.gz cmath-1a8c81d07efe55c5a6909aff32359d4b8866af1c.zip |
keep unit tests but make directory structure more consistent with requirements i did not read
Diffstat (limited to 'homeworks')
-rw-r--r-- | homeworks/hw-2.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/homeworks/hw-2.org b/homeworks/hw-2.org index 90807b6..9dad2d3 100644 --- a/homeworks/hw-2.org +++ b/homeworks/hw-2.org @@ -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) |