divide (zero safe)

Basic data handling: IntDivideSafe

Divides one integer by another. This node takes two integers as input and returns the result of the integer division. It returns the positive or negative infinity value if the divisor is 0.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (3)

NameTypeRequired
int1INTrequired
int2INTrequired
infinityINTrequired

Outputs (1)

NameType
INTINT