(math-expand-form): Use declared variable math-mt-many.
This commit is contained in:
parent
dc78141338
commit
f7917133cb
1 changed files with 1 additions and 1 deletions
|
@ -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 '*
|
||||
|
|
Loading…
Add table
Reference in a new issue