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.git
cd libexponent
mkdir build && cd build
cmake ../
make
./test/exponent_test