Explorar el Código

Exports the trig functions

Samuel W. Flint hace 8 años
padre
commit
b9149cc550
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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)