Math

Operators

Power

  • Operators

  • Trigonometric

  • Tools

  • Constants

Power

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

Details

ID

math-operators-power

Name

Power

Group

Operators

Package

Math

Keywords

pow

Input ports

NameTypeDescriptionDefault Value
Base
Number
The item to be raised
Exponent
Number
The exponent

Output ports

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

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