Browse Source

Exports the trig functions

Samuel W. Flint 8 năm trước cách đây
mục cha
commit
b9149cc550
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      derive2.lisp

+ 3 - 1
derive2.lisp

@@ -4,7 +4,9 @@
 
 (defpackage #:derive2
   (:use #:cl)
-  (:export :derive))
+  (:export :derive
+           :csc
+           :sec))
 
 (in-package #:derive2)