Expression Analyzer
About:
Enter an expression in the form
variable -> expression
. The expression can use:
+
(addition)
-
(subtraction)
*
(multiplication)
/
(floor division)
%
(modulo)
( )
(parentheses for grouping)
Example:
n -> (n + 1) * 2 / 3
Expression:
Compute
← Back to Blog