div

| Name | Type | Description | Optional |
|---|---|---|---|
a |
?0 |
number |
no |
b |
?0 |
number |
no |
| Name | Type | Description | Optional |
|---|---|---|---|
c |
?0 |
quotient of a and b |
no |
div outputs the quotient of its inputs. It is an error if the second input value (b) is zero.

| Name | Type | Description | Optional |
|---|---|---|---|
a |
?0 |
number |
no |
b |
?0 |
number |
no |
| Name | Type | Description | Optional |
|---|---|---|---|
c |
?0 |
quotient of a and b |
no |
div outputs the quotient of its inputs. It is an error if the second input value (b) is zero.