Skip to content

mathinjenkins/libexponent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libexponent

libexponent is a naive and inefficient implementation of calculating .

Method

The implementation iteratively multiplies x by itself n times.

Build

  • git clone [email protected]:mathinjenkins/libexponent.git
  • cd libexponent
  • mkdir build && cd build
  • cmake ../
  • make
  • ./test/exponent_test

License

MIT License

About

Calculate exponents using basic arithmetic

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published