Modulus expressions are not evaluated
Issue #183
resolved
When I try to evaluate a modulus expression, I get the following error:
Error in evaluation org.matheclipse.parser.client.SyntaxError: Syntax error in line: 1 - ')' expected.((79%9)%5)
Also doesn't work on the web app. I tried 4%2 and got
Error: Syntax error in line: 1 - End-of-file not reached. 4%2 ^
Comments (2)
-
repo owner -
repo owner - changed status to resolved
Please use the Github issue tracker to open a new issue if this issue shouldn't be closed Github issues
- Log in to comment
Please usw. the Mod() function
Example > Mod(14, 6)