Author: Ing. Robert Polak, https://robopol.sk
Calculator mainly uses the sympy and numpy libraries. web: https://docs.sympy.org/latest/index.html
If you want to obtain the result in decimal form, it is necessary to input numbers in decimal format.
For decimal results, make sure to use decimal notation (e.g., 2.0 instead of 2).
Plotting requires 'x' as the variable. See SymPy docs for more.
sin(x)x**2exp(-x**2/2)sqrt(Abs(x))1/xlog(x)tan(x)x**3 - 4*xTip: Adjust the X range to visualize the function better.