浏览代码

Updated the multiplicative portion of getting powers of a polynomial term

Samuel W. Flint 8 年之前
父节点
当前提交
94d03d0dab
共有 1 个文件被更改,包括 1 次插入4 次删除
  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