Commit 2023-07-02 10:21 03fc68aa
View on Github →fix: ∑'
precedence (#5615)
- Also remove most superfluous parentheses around big operators (
∑
,∏
and variants). - roughly the used regex:
([^a-zA-Zα-ωΑ-Ω'𝓝ℳ₀𝕂ₛ)]) \(([∑∏][^()∑∏]*,[^()∑∏:]*)\) ([⊂⊆=<≤])
replaced by$1 $2 $3