Description Usage Arguments Value Author(s) Examples
View source: R/modulo_two_numbers.R
Get the modulo of two numbers
1 | modulo_two_numbers(a, b)
|
a |
A number |
b |
A number |
The modulo of a
and b
Willy Tadema
1 2 | modulo_two_numbers(4, 2)
modulo_two_numbers(10, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.