ComfyUI Node
MD: Math Divide (Int/Float)
A ComfyUI node in MD_Nodes/Math with 2 inputs and 2 outputs.
MD: Math Divide (Int/Float)
- int_result
- float_result
◄a1.00►
◄b1.00►
CategoryMD_Nodes/Math
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| a | FLOAT | 1.00-1.797e+308–1.797e+308 | VALUE A (NUMERATOR) • Purpose: The value to be divided. • Range: Full float range. ⭐ The top number in the fraction. |
| b | FLOAT | 1.00-1.797e+308–1.797e+308 | VALUE B (DENOMINATOR) • Purpose: What to divide by. • Trade-offs: If 0 is provided, returns 0.0 to prevent crash. ⭐ Logic: Result = A / B |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| int_result | INT | — |
| float_result | FLOAT | — |