modding:function:modulo
modulo
| Syntax | (modulo dividend divisor) → remainder |
|---|---|
| Arguments | dividend: The dividend of the two numbers. |
| divisor: The divisor of the two numbers. | |
| Returns | remainder: The remainder of the two numbers passed |
| Category | 0.99, math |
| Description | Finds the remainder of the two numbers and returns it. |
Important for many things including bounding an arbitrary number between two numbers.
Example
modding/function/modulo.txt · Last modified: by 127.0.0.1
