Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 621 Bytes

File metadata and controls

20 lines (15 loc) · 621 Bytes

libeuler

libeuler calculates an approximation of the base e of the natural logarithm.

Method

The approximation is done using the equation where the value of e gets more accurate as n gets bigger and bigger.

Dependencies

Build

  • git clone git@github.com:mathinjenkins/libeuler.git
  • cd libeuler
  • mkdir build && cd build
  • cmake ../
  • make
  • ./test/euler_test

License

MIT License