basic calculator, scientific calculator and graphing calculator, it also allows you to DIY your own calculator.Sample expressionssimple expression: 1+2variable evaluation: pifunction evaluation: sin(0)variable definition: a=3.5function definition: f(x)=x^2-1parentheses: (1-x)^2You can call the function by simple input f(xxx), for example, if you define a function `f(x,x1) = x + x1`, and if you input `f(2,3)`, the result will be `5`.Predefined functions
更新内容: