### Calculates the fast exponentiation, (i.e, a^b) with a **time complexity** of **log(b)**.
Calculates the fast exponentiation, (i.e, a^b) with a time complexity of log(b).