divide (zero safe)

Basic data handling: FloatDivideSafe

Divides one floating-point number by another. This node takes two floats as input and returns the result of the division. It returns positive or negative infinity if the divisor is 0 (assumed to be +0.0).

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
float1FLOATrequired
float2FLOATrequired

Outputs (1)

NameType
FLOATFLOAT