Browse Source

Fix some stuff for trig

Samuel W. Flint 5 years ago
parent
commit
856588c413
1 changed files with 4 additions and 2 deletions
  1. 4 2
      larcs.org

+ 4 - 2
larcs.org

@@ -472,8 +472,10 @@ CLOSED: [2019-01-05 Sat 15:47]
              (log-of expression-b))))
 #+END_SRC
 
-*** DONE Trigonometric
-CLOSED: [2019-01-16 Wed 15:41]
+*** WORKING Trigonometric
+:PROPERTIES:
+:ID:       adbef278-121d-4ef4-a607-7fc129d4d6ea
+:END:
 
 Trigonemtric functions are also a bit weird -- as given a "normal" trig function, /e.g.,/ $\sin{\theta}$, there's the normal, the inverse, the hyperbolic, and the hyperbolic inverse.  As such, we have a superclass for each, and then equality, which checks type and ~eqal~-ness of the inner expression.