Nodes/MD Nodes/MD: Math Divide (Int/Float)
ComfyUI Node

MD: Math Divide (Int/Float)

A ComfyUI node in MD_Nodes/Math with 2 inputs and 2 outputs.

By MDMAchine·Created about a year ago·Updated 2 months ago· 14
MD: Math Divide (Int/Float)
    • int_result
    • float_result
    a1.00
    b1.00
    CategoryMD_Nodes/Math

    Inputs (2)

    NameTypeDefaultDescription
    aFLOAT1.00-1.797e+308–1.797e+308VALUE A (NUMERATOR) • Purpose: The value to be divided. • Range: Full float range. ⭐ The top number in the fraction.
    bFLOAT1.00-1.797e+308–1.797e+308VALUE 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)

    NameTypeDescription
    int_resultINT
    float_resultFLOAT