/libMath

a lot of math utilities. not meant for actual use, as there are definitely a lot more better libraries for production use. this is just for practice.

Primary LanguageC++MIT LicenseMIT

libMath

libMath

NOTE

I'm too lazy to write a real README right now. If anyone wants to jot something down (even a sentence!), just send a PR.

TODO

Currently working on:

Creating quadrilateral classes based on the shapes. For example, a square is a subclassification of a rhombus and/or rectangle, which are subclasses of parallelograms. Isosceles trapezoids are a subclass of trapezoids.