Move from github, collapse gltk and strictmath, add candle
[clnl] / src / main / strictmath / package.lisp
diff --git a/src/main/strictmath/package.lisp b/src/main/strictmath/package.lisp
new file mode 100644 (file)
index 0000000..c00e770
--- /dev/null
@@ -0,0 +1,9 @@
+(defpackage #:strictmath (:use :common-lisp)
+ (:shadow #:sin #:cos)
+ (:export #:to-radians #:sin #:cos)
+ (:documentation "Main strictmath package.
+
+Strictmath is a pure common lisp implementation of Java's StrictMath class,
+for only those functions as needed by CLNL to match NetLogo's output, and only
+for doubles.  It should provide portable results for those functions that it
+supports."))