div~ Reference

Divide inputs

div~

Inlets

Left Operand [auto]

The value is divided by the value in the right inlet, and the result is sent out the outlet.

Right Operand [auto]

The value is stored as the divisor (the number to be divided into the number in the left inlet).

Outlets

Left / Right [signal]

The divided output

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

in1 [auto]

The value is divided by the value in the right inlet, and the result is sent out the outlet.

in2 [auto]

The value is stored as the divisor (the number to be divided into the number in the left inlet).

reset [bang] (default: 0)

Reset inlets to default values.

See Also

Name Description
mul Multiply two inputs
add Add inputs
sub Subtract inputs
mul Multiply two inputs