Function-Plotter you can run the program using the following command (tested with python version 3.8.8) python main.py Dependencies: PyQt5 matplotlib numpy Supported operations: + - / * ^ Supported functions: sin(x), cos(x), tan(x), sinh(x), cosh(x), tanh(x) x^n, n^x, x^x, sqrt(x) ln(x), log(x) Supported constents: pi, e tested with pytest and numpy.testing some examples