Skip to main content

Power

Raise a number to the power of another number

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

In exponential math, you're essentially dealing with exponents, which represent repeated multiplication of a base number. For example, 2^3 (2 to the power of 3) means 2 multiplied by itself three times: 2 * 2 * 2 = 8.

Inputs

Name

Abbreviation

Type

Access

Description

A

A

Number

Item

The base number

B

B

Number

Item

The exponent number

Outputs

Name

Abbreviation

Type

Access

Description

Result

R

Number

Item

The result of the power operation

How to

  1. Feed in a number

    1. This could be the a numeric result of another node

    2. Or, you can use a number node

    3. Or, you can type numbers into the box

    4. If you need to process multiple numbers in a list, use the map node

  2. The result is the result of the power operation.

    1. ex: 3^2 = 9

    2. ex 2^3 = 8

Did this answer your question?