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 ofexp
.type: decimal
Tags
math
Last updated