libexponent is a naive and inefficient implementation of calculating
.
The implementation iteratively multiplies x by itself n times.
git clone git@github.com:mathinjenkins/libexponent.gitcd libexponentmkdir build && cd buildcmake ../make./test/exponent_test