(math-oper-table): Fix typo. Reduce precedence of "/" for TeX.
This commit is contained in:
parent
117907d42e
commit
fda9b316f8
1 changed files with 2 additions and 2 deletions
|
@ -354,10 +354,10 @@
|
|||
( "\\times" * 191 190 )
|
||||
( "*" * 191 190 )
|
||||
( "2x" * 191 190 )
|
||||
( "/" / 185 186 )
|
||||
( "+" + 180 181 )
|
||||
( "-" - 180 181 )
|
||||
( "\\over" / 170 171 )
|
||||
( "/" / 170 171 )
|
||||
( "\\choose" calcFunc-choose 170 171 )
|
||||
( "\\mod" % 170 171 )
|
||||
( "<" calcFunc-lt 160 161 )
|
||||
|
@ -496,7 +496,7 @@
|
|||
( "\\Vec" calcFunc-VEC -1 950 )
|
||||
( "\\dddot" calcFunc-dddot -1 950 )
|
||||
( "\\ddddot" calcFunc-ddddot -1 950 )
|
||||
( "\div" / 170 171 )
|
||||
( "\\div" / 170 171 )
|
||||
( "\\le" calcFunc-leq 160 161 )
|
||||
( "\\leqq" calcFunc-leq 160 161 )
|
||||
( "\\leqsland" calcFunc-leq 160 161 )
|
||||
|
|
Loading…
Add table
Reference in a new issue