div

SpecialNodes div

input ports:
Name Type Description Optional

a

?0

number

no

b

?0

number

no

output ports:
Name Type Description Optional

c

?0

quotient of a and b

no

div outputs the quotient of its inputs. It is an error if the second input value (b) is zero.