Expression evaluation calculator
example:
Variable: x, y, z
Variable value: 10, 20, 60
The simplest expression: x+y+(2*z)
rule:
2x is represented by 2*x
x2 is represented by x ^ 2
Log, sin, cos are represented by log(x), sin(x), cos(x)
Powered by TorCMS (https://github.com/bukun/TorCMS).