This is my header-only library for mathematical utilities. It is nicknamed euler
because I wrote this code to help with Project Euler problems. However much of the code is also useful more broadly.
Simple as:
#include <euler.hpp>
Check out test/
for some sample code.