power

Basic data handling: IntPower

Raises one integer to the power of another. This node takes two integers as input and returns the result of raising the first integer to the power of the second.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
baseINTrequired
exponentINTrequired

Outputs (1)

NameType
INTINT