This project is a list of math functions and tools that can be used in a Tkinter UI interface.
malib.py is the main script while all other scripts are scripts for functions such as a quadratic standard form converter.
If you add a function,
- Add it into the funclist list
- Add it into any lists in the funcdic that it applies to. You can add another catagory 3 In the funcfunc function (great name right?) and an elif statement
elif func == '<the function name you put in funclist and funcdic here>':
#Rest of code you wantAny UI elements in the function should fit under the FuncUI frame