Skip to content
Snippets Groups Projects
Jack Eckert's avatar
Jack Eckert authored
added sine and cosine classes, and the basics of the equation class including the __str__ mathematical overloaders
ccd5d1be
History
Name Last commit Last update
README.txt
compNum.py
linAlg.py
symboCalc.py
This project is simply meant to be a portfolio of various custom-made modules relating to various mathematical
 concepts. These are simply made for practice/fun, and should not really be used in actual applications
(use the math module, numpy, etc. instead).