Signature
path=null start=null
Parameters
- base:
number- The base number. - exponent:
number- The exponent to which the base is raised.
Returns
number - The result of base raised to the exponent.
Calculates the result of raising a base number to an exponent.
number - The base number.number - The exponent to which the base is raised.number - The result of base raised to the exponent.