div
Divide inputs
div(in1, in2): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | The value is divided by the value in the right inlet, and the result is sent out the outlet. | |
| in2 | number | The value is stored as the divisor (the number to be divided into the number in the left inlet). |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The divided output |
Aliases
/