**
This block is part of the math group and was last modified in core v10.6.2.
** v10.6.2 Returns the result of raising first operand to the power second operand.
In pins 2
- number_0 required
number - number_1 required
number
Out pins 1
- Number
number
Outputs number_0 raised to the power number_1 (number_0 ** number_1). Numeric strings and booleans coerce; unwired, nil, or non-numeric pins count as 0, so a missing exponent yields 1 (x**0). Example: number_0=2 number_1=10 -> 1024.
exponentiation |
A typical wiring for **: the number out pin feeds cast to value.
Version history
Introduced in v10.6.2.
Back to
math Return to the main group to view all sub-groups Back to number: operators Return to the group to view all blocks within this group 