Description Usage Arguments Examples
Adds two numbers and then returns the remainder after dividing by the modulo.
1 | add.m(a, b, m)
|
a |
The first summand - integer |
b |
The second summand - integer |
m |
The modulo value - integer |
1 | add.m(a=3 b= 9, n = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.