Codebox Operators rdiv

rdiv

Reverse division (divide second input by first)

rdiv(in1, in2): out1

Arguments:

Arguments

NameTypeDefaultDescription
in1number

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

in2number

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

Returns

NameTypeDescription
out1number

The divided output

Aliases

  • !/