Right now 5-2 or 5/2 can be pasted into the calculator and it will solve it.
However, if 5 % 2 is pasted, it errors.
However, typing 5 % 2 works just fine.
Similar to issue #299.
How to duplicate the issue:
- copy
5 % 2 to the clipboard
- paste in the calculator
- the message Invalid input appears
How it already works with +, -, *, /
- copy
5-2 to the clipboard
- paste in the calculator and press enter
- the correct value of 3 shows
Right now
5-2or5/2can be pasted into the calculator and it will solve it.However, if
5 % 2is pasted, it errors.However, typing
5 % 2works just fine.Similar to issue #299.
How to duplicate the issue:
5 % 2to the clipboardHow it already works with +, -, *, /
5-2to the clipboard