Description Usage Arguments Details Value
x %% m
but with a value between (0, m]
1 | mod1(x, m)
|
x |
number to divide |
m |
number to divide with |
Inspired by Julia's mod1()
https://docs.julialang.org/en/v1/base/math/#Base.mod1
the remainder of x %% m
but a remainder of 0 is
replaced with m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.