mod
Name | Type | Description | Optional |
---|---|---|---|
a |
?0 |
number |
no |
b |
?0 |
number |
no |
Name | Type | Description | Optional |
---|---|---|---|
c |
?0 |
remainder of a divided by b |
no |
mod
outputs the remainder after division of its first input by its second. It is an error if the second input value (b
) is zero.