epic-exponent
v1.1.1
Published
Three different ways to calculate exponentiation
Downloads
3
Readme
Calculate exponential numbers in three ways!
nexpo (normal)
A simple for loop where it just multiplies the same number.
rexpo
A simple recursive solution.
urexpo
A really not useful unefficient recursive solution.