latest
Operators
Power

Returns the base to the exponent power, as in base^exponent

ID

662ae72910b6cb87640c91c4

Name

Power

Group

Operators

Package

Math

Keywords

pow

Operators

Trigonometric

Tools

Constants

Creation method

There are two options for creating a Power node.

  • The first way to create a Power node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • pow
  • The second way is to select a Power node from the menu that opens from the top left.
    • Menu > Math > Operators > Power

Steps

  • Create a Power node.
  • Connect the number which to be raised to the first port.
  • Connect the number which to be used to raise the base to the first port.

See also

Square Root
Division
Subtraction
Multiplication

Inputs

NameTypeDescriptionDefault Value
a
Number
The item to be raised
b
Number
The exponent

Outputs

NameTypeDescription
x
Number
A number representing the given base taken to the power of the given exponent