Skip to content

Files

Latest commit

Nov 26, 2023
9f10fe2 · Nov 26, 2023

History

History
18 lines (10 loc) · 419 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 419 Bytes

All-In-One Collection of My Library

A library of stuff I have compiled for myself

Math Notes

  • Complex Numbers
  • Intro to Mathematical Logic

Python Library

compare_functions.py

  • compare_functions(): Takes two functions and compares their outputs with respect to an array of arguments.

sorting_test.py

  • sorting_test(): takes a sorting algorithm and compares it to the python sorted() function.