(asdf:defsystem strictmath :name "Strict Math" :version "0.1" :maintainer "Frank Duncan (frank@kank.com)" :author "Frank Duncan (frank@kank.com)" :components ((:file "package") (:file "base") (:file "rem-pio2") (:file "kcos") (:file "ksin") (:file "sin") (:file "cos")) :serial t :depends-on (:ieee-floats)) (asdf:defsystem strictmath-test :name "Strict Math Tests" :maintainer "Frank Duncan (frank@kank.com)" :author "Frank Duncan (frank@kank.com)" :serial t :components ((:file "package") (:file "main")) :depends-on (:strictmath))