(math-standard-ops): Fix precedence of multiplication.
This commit is contained in:
parent
37320a581f
commit
cad63e32bd
1 changed files with 2 additions and 2 deletions
|
@ -3506,9 +3506,9 @@ See calc-keypad for details."
|
|||
'( "2x" * 196 195 )
|
||||
math-standard-opers))
|
||||
(cons
|
||||
'( "*" * 186 185 )
|
||||
'( "*" * 190 191 )
|
||||
(cons
|
||||
'( "2x" * 186 185 )
|
||||
'( "2x" * 190 191 )
|
||||
math-standard-opers))))
|
||||
|
||||
(defun math-standard-ops-p ()
|
||||
|
|
Loading…
Add table
Reference in a new issue