libeuler calculates an approximation of the base e of the natural logarithm.
The approximation is done using the equation
where the value of e gets more accurate as n gets bigger and bigger.
git clone git@github.com:mathinjenkins/libeuler.gitcd libeulermkdir build && cd buildcmake ../make./test/euler_test