A small math library
| .images | ||
| data | ||
| docs | ||
| euler | ||
| lib | ||
| rep | ||
| tests | ||
| .gitignore | ||
| .gitmodules | ||
| bithacks.h | ||
| Makefile | ||
| README.md | ||
Math Library
mathlib is a mathmatics library that I developed to improve on math knowledge.
The library only contains header-only files and consist of the following
domains:
- Elementary Math
- Linear Algebra
- Fourier Analysis and Differential Equations
- Interpolation
added reusable functions that can be used for project euler ( check playgroundv2 )