Divide
Divide
Type | Script block |
Collider | None |
Folder | Math |
Ports | |
---|---|
Inputs | Num1 Num2 |
Outputs | Num1 / Num2 |
Divides the first input number by the second input number.

Notes
If the denominator (Num2) is 0 the result returns inf
, the sign determined by the numerator. However, if both are 0 then the result returns nan
.