Math algorithms A small math library showing implementation of diverse mathematical functions. Installation Tested on windows 7 and 10. Should work with Linux and MacOS. Steps to compile: mkdir build cd build cmake .. Status Functions implemented so far: cos, sin, factorial, pow, isEven, decimal, mod. License MIT