(math-expand-form): Use declared variable math-mt-many.

This commit is contained in:
Jay Belanger 2004-11-09 20:30:40 +00:00
parent dc78141338
commit f7917133cb

View file

@ -1040,7 +1040,7 @@
(memq (car-safe (nth 1 expr)) '(+ -))
(integerp (nth 2 expr))
(if (> (nth 2 expr) 0)
(or (and (or (> mmt-many 500000) (< mmt-many -500000))
(or (and (or (> math-mt-many 500000) (< math-mt-many -500000))
(math-expand-power (nth 1 expr) (nth 2 expr)
nil t))
(list '*