rdiv~ Reference

Reverse division (divide second input by first)

rdiv~

Inlets

Left Operand [auto]

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

Right Operand [auto]

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

Outlets

Right / Left [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 stored as the divisor (the number to be divided into the number in the right inlet).

in2 [auto]

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

reset [bang] (default: 0)

Reset inlets to default values.

See Also

Name Description
div Divide inputs
rmod Reverse modulo (divide two values, output the remainder)
rsub Reverse subtraction (subtract second input from first)