Browse Source

Added base tangent manipulator

Samuel W. Flint 9 years ago
parent
commit
b48044a741
1 changed files with 3 additions and 0 deletions
  1. 3 0
      manipulation.org

+ 3 - 0
manipulation.org

@@ -824,6 +824,9 @@ Foo
 #+Name: tangent-manipulators
 #+BEGIN_SRC lisp
   (define-operation tangent 1 tan)
+
+  (define-tangent-manipulator (numeric)
+    (tan expression-a))
 #+END_SRC
 
 *** WORKING Cosecant