Skip to main content
Version: 2.13

Power

Computes a to the power of b.

Description​

Returns the base to the exponent.

Inputs​

  • a (Number): The base number.
  • b (Number): The exponent used to raise the base.

Outputs​

  • a ** b (Number): The result of the operation.