package wip
This commit is contained in:
15
math/docs/modulus.md
Normal file
15
math/docs/modulus.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# math_Modulus
|
||||
Gets the remainder of dividing the two numbers.
|
||||
|
||||
## Arguments
|
||||
- number1 (double): First number
|
||||
- number2 (double): Second number
|
||||
|
||||
## Returns
|
||||
remainder (double): The remainder.
|
||||
|
||||
## Example
|
||||
```python
|
||||
call !math_Modulus 4 3 &remainder
|
||||
println $remainder # 1
|
||||
```
|
||||
Reference in New Issue
Block a user