Bad parse for adding percentages
Open
bug
category:expressions
- Dominant language
- JavaScript
- Stars
- 15.1k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
It turns out the expression `10% + 20%` is parsed right now as `10 % ((+20) / 100)` (so: the first `%` is interpreted as mod).
_Originally posted by @josdejong in https://github.com/josdejong/mathjs/discussions/2861#discussioncomment-14752338_
Contributor guide
Assessment
This issue has not been assessed yet.