Skip to content

Commit 5628f81

Browse files
author
kasemir
committed
Mention modulo in doc
1 parent d2e2255 commit 5628f81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/formula/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ You can use the following operators :
1616
| " **\*** " - Multiplication.
1717
| " **/** " - Division.
1818
| " **^** " - Power.
19+
| " **%** " - Modulo.
1920
| **rnd(x)** - Return a floating point number between 0 and x.
2021
| **max(expression...)** - Return the maximum between all expressions.
2122
| **min(expression...)** - Return the minimum between all expressions.

0 commit comments

Comments
 (0)