Inputs:
To input a function take in consideration:
1) Close every open parentheses.
2) Write all signs, (the application does not invent signs where none exist!).For example following formulas will produce a syntax error: cos2x, cos^2(x).
The correct way is respectively: cos(2*x), (cos(x))^2
2) Overuse of parentheses is recommended, for example, following formulas are different input 1/x^2+1 than 1/(x^2+1).
3) In doubt case, use parentheses, for example following formulas: sin(2*x).
Utilities & tables
Table of derivates
Table of Integrals
Trigonometric formulas