DIV
Returns the quotient of the inputs.
Input
Name | Type | Description |
|---|---|---|
IN1 | ANY_NUM | Dividend |
IN2 | ANY_NUM | Divisor |
Output
Name | Type | Description |
|---|---|---|
OUT | ANY_NUM | Quotient: IN1 ÷ IN2 |
Returns the quotient of the inputs.
Name | Type | Description |
|---|---|---|
IN1 | ANY_NUM | Dividend |
IN2 | ANY_NUM | Divisor |
Name | Type | Description |
|---|---|---|
OUT | ANY_NUM | Quotient: IN1 ÷ IN2 |