Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 446 Bytes

File metadata and controls

17 lines (13 loc) · 446 Bytes

libexponent

libexponent is a naive and inefficient implementation of calculating .

Method

The implementation iteratively multiplies x by itself n times.

Build

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

License

MIT License