Power

Calculates a value to the power of another value.


Inputs

  • value 1

    • The base value.
  • value 2

    • The exponent value.

Outputs

  • result

    • The result of power.
  • result list

    • The list of results of power.

Note(s)

  • A power consists of a base-exponent pair like so: baseexponent

    • Or in the context of this node’s inputs: value 1value 2
  • This operation is represented as pow() within the Expression node.

  • Other names for this node include: Exponentiation, and ^.

Example(s)