mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-13 22:38:04 +00:00
Fixed modulo docs
This commit is contained in:
parent
fdce8fce13
commit
95aafdd8d5
@ -1,6 +1,7 @@
|
|||||||
# Modulo
|
# Modulo
|
||||||
|
|
||||||
Arithmetic modulo operator, returns the remainder from dividing two numbers.
|
Arithmetic modulo operator, returns the remainder from dividing two numbers.
|
||||||
|
|
||||||
## Number modulo - int
|
## Number modulo - int
|
||||||
If the lhs and rhs are ints then the expression will be calculated with ints.
|
If the lhs and rhs are ints then the expression will be calculated with ints.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user