- Use the keyboard to enter an equation and press Enter to calculate.
- Supports basic arithmetic operations: +, -, *, /.
- Example: 2 + 3 * (4 - 1)
- cannot do quadratic, cubic, quintic etc.
- to do the n-th root of a number, use nthRoot(number, root)
- number1:number2 lists every number in between but if number1 < number2 then it will = []
- to do logarithms, use log(number, base)))