Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 419 Bytes

euler

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.

Dependencies

How to use

Simple as:

#include <euler.hpp>

Check out test/ for some sample code.