Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

pow

numeric pow(base, exponent)

Returns the value of base raised to the power of exponent.

Either both arguments must be bigint or neither, otherwise coercion will fail.

Parameters

  1. base — base, either bigint or coerced number.
  2. exponent — exponent, either bigint or coerced number.

Returns

  • the value of baseexponent, as bigint if arguments are, otherwise number.
Note! This documentation is also accessible within the app from Help & feedback menu.