A library of stuff I have compiled for myself
- Complex Numbers
- Intro to Mathematical Logic
- compare_functions(): Takes two functions and compares their outputs with respect to an array of arguments.
- sorting_test(): takes a sorting algorithm and compares it to the python sorted() function.