ComfyUI Node
divide (zero safe)
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.
divide (zero safe)
- INT
◄int11►
◄int21►
◄infinity9223372036854776000►
CategoryBasic/INT
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| int1 | INT | 1 | — |
| int2 | INT | 1 | — |
| infinity | INT | 9223372036854776000 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| INT | INT | — |