Python maths code.
Go to file
Kyle Isom ff3aa3f349 Add test coverage.
Rationals are 100% tested, Vectors are 82% covered.

I used example cases from the class, so it's not exhaustive but it should be good.

The untested code in the vector class is all related to raising nonconformant errors.
2022-03-08 00:16:22 -08:00
kmath Add test coverage. 2022-03-08 00:16:22 -08:00
tests Add test coverage. 2022-03-08 00:16:22 -08:00
LICENSE Initial import. 2022-03-07 23:47:39 -08:00
README.rst Initial import. 2022-03-07 23:47:39 -08:00
requirements.txt Initial import. 2022-03-07 23:47:39 -08:00
setup.py Initial import. 2022-03-07 23:47:39 -08:00

README.rst

kmath
=====

While learning maths, I've found it help to write code to explore the ideas. If I can implement them, it helps me understand them.