LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
chplot/__init__.py
chplot/__main__.py
chplot/convert_args.py
chplot/rpn.py
chplot.egg-info/PKG-INFO
chplot.egg-info/SOURCES.txt
chplot.egg-info/dependency_links.txt
chplot.egg-info/requires.txt
chplot.egg-info/top_level.txt
chplot/functions/__init__.py
chplot/functions/constants.py
chplot/functions/names.py
chplot/functions/utils.py
chplot/functions/definitions/__init__.py
chplot/functions/definitions/math_functions.py
chplot/functions/definitions/mpmath_functions.py
chplot/functions/definitions/other_functions.py
chplot/functions/definitions/probability_functions.py
chplot/functions/definitions/scipy_special_functions.py
chplot/plot/__init__.py
chplot/plot/derivative.py
chplot/plot/files.py
chplot/plot/integral.py
chplot/plot/plot.py
chplot/plot/plot_parameters.py
chplot/plot/regression.py
chplot/plot/utils.py
chplot/plot/zeros.py
tests/test_cli.py
tests/test_convert_parameters.py
tests/test_derivative.py
tests/test_files.py
tests/test_integrals.py
tests/test_plot_graph_lims.py
tests/test_plot_misc.py
tests/test_regression.py
tests/test_rpn.py
tests/test_zeros.py