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.git
cd libeuler
mkdir build && cd build
cmake ../
make
./test/euler_test