Browse Source

Updated the multiplicative portion of getting powers of a polynomial term

Samuel W. Flint 7 years ago
parent
commit
94d03d0dab
1 changed files with 1 additions and 4 deletions
  1. 1 4
      larcs.org

+ 1 - 4
larcs.org

@@ -839,10 +839,7 @@ The ability to retrieve tha variable in a polynomial term is important.  This is
                          (numeric 0)
                          (variable 1)
                          (power (third term))
-                         (multiplicative
-                          (if (listp (third term))
-                              (third (third term))
-                              1))
+                         (multiplicative (get-power (third term)))
                          (* 0)))
 #+END_SRC