Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Make Exponent

Implement an exponent function.

Bonus: Now try in log(n) time

exponent(5, 2) # > 25