mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-07 02:48:27 +08:00
Fixed modulo docs
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# Modulo
|
# Modulo
|
||||||
|
|
||||||
Arithmetic modulo operator, returns the remainder from dividing two numbers.
|
Arithmetic modulo operator, returns the remainder from dividing two numbers.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user