Power

The Power node performs the power of two numeric values.

Inputs

  • base:

    • description: The base of the power.

    • allowed types: integer, decimal

    • default value: 0

  • exp:

    • description: The exponent of the power.

    • allowed types: integer, decimal

    • default value: 0

Output

  • description: base to the power of exp.

  • type: decimal

Tags

  • math

Last updated