edit | blame | history | raw

Berechne linken und rechten Riemann-Intergral

Build the IU

pip install -e .
# build the ui
pyside6-project build num-int.pyproject
# build the grammar
python -m lark.tools.standalone json.lark > json_parser.py

Run Unittest

python3 -m unittest discover --pattern '*test.py'

Run programm

as a CLIProgramm:

numint

as a GUI-Programm

numintgui