X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fstrictmath%2Fpackage.lisp;h=aa9cebd08bf28edc64adcef8ff125b3f7dfaaa29;hp=c00e7706fd5e83ba234dc05e5b44eccd6331a7c6;hb=e03d5beb202ab528c5e05e3dc4f9e316eda199d6;hpb=7fac438c77bb0e3749bababc0cc89a1366893444 diff --git a/src/main/strictmath/package.lisp b/src/main/strictmath/package.lisp index c00e770..aa9cebd 100644 --- a/src/main/strictmath/package.lisp +++ b/src/main/strictmath/package.lisp @@ -1,3 +1,4 @@ +; Copyright 2022 Frank Duncan (frank@consxy.com) under AGPL3. See distributed LICENSE.txt. (defpackage #:strictmath (:use :common-lisp) (:shadow #:sin #:cos) (:export #:to-radians #:sin #:cos)