Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
matcher: check for exponent base of 1
Problem: in a resource range, if min is 1 when the operator is '^' then the code gets stuck in an infinite loop Add a check if exponent base is 1, and return current value if so (same behaviour as if exponent or multiplication operand is 1)
- Loading branch information