libexponent
is a naive and inefficient implementation of calculating .
The implementation iteratively multiplies x
by itself n
times.
git clone [email protected]:mathinjenkins/libexponent.git
cd libexponent
mkdir build && cd build
cmake ../
make
./test/exponent_test