Skip to content
Snippets Groups Projects
Select Git revision
  • ccd5d1beeb60e866189ceefb44d140b4ee378ec9
  • main default
2 results

math-programs

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).