View source: R/modulo_subtract.R
Provides modular subtraction with zero excluded.
1 | modulo_subtract(i, m, n = 26)
|
i |
Starting number |
m |
Number to be subtracted |
n |
Modulus. Defaults to 26 for alphabetic modular arithmetic |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.