rsub
Reverse subtraction (subtract second input from first)
rsub(in1, in2): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | The value in the left inlet is subtracted from this value and the result is sent out the outlet. | |
| in2 | number | Performs the subtraction with the value currently stored. |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The difference between the two numbers received in the inlets. |
Aliases
rminus!-