Browse Source

Added a basic manipulator for sine

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

+ 3 - 0
manipulation.org

@@ -809,6 +809,9 @@ Foo
 #+Name: cosine-manipulators
 #+BEGIN_SRC lisp
   (define-operation cosine 1 cos)
+
+  (define-cosine-manipulator (numeric)
+    (cosine expression-a))
 #+END_SRC
 
 *** WORKING Tangent