sub
Subtract inputs
sub(in1, in2): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | Performs the subtraction with the value currently stored. | |
| in2 | number | The value in the right inlet is subtracted from this value and the result is sent out the outlet. |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The difference between the two numbers received in the inlets. |
Aliases
minus-