Solvay! test app
Enter expression
SOLVE
Output
0
Application Features
Factorial of a Number
BODMAS Expression Solver
Normal Simple Calculator
Square of a Number
SohCahToa
What is Coming Next...?
Square Root of a Number
PI
Probability
More to come Sha...🙂
Notes
Use ! for factorial, ** for power.
Expression is solved by BODMAS rule (not left-to-right)
In this example,
Obj.CONSTANT.ans
gets the last result of your expression. So a expression like
ans(your last result) + 2
when ran multiple times will give you multiplication table of 2.