absdiff
Compute the absolute difference between two inputs
absdiff(in1, in2): out1
Arguments:
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 absolute value of the difference between the two numbers received in the inlets. |