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).
Additional functionality may be available. For more details, please refer to the SymPy documentation.
sin(x)
- Sine functionx**2
- Quadratic functionexp(-x**2)
- Gaussian functionsqrt(abs(x))
- Square root of absolute value1/x
- Hyperbolic functionlog(x)
- Logarithmic functiontan(x)
- Tangent functionx**3 - 4*x
- Cubic functionTip: You can adjust the X and Y range to better visualize your function.