Skip to content

yongyi781/euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.