ajtga / Calculator

A simple scientific calculator
1 stars 0 forks source link

Exponentiation #6

Closed ajtga closed 7 years ago

ajtga commented 7 years ago

Raise a number b to the power of another number n.

ajtga commented 7 years ago

Make dedicated functions for the square and the cube of a number b?