Skip to content

mathinjenkins/libeuler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Calculate an approximate value of "e", the base of the natural logarithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors