Skip to content

Commit 0ce8f5a

Browse files
initial
1 parent 9cb3774 commit 0ce8f5a

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
*** xref:expressions/predicates/string-operators.adoc[]
7373
*** xref:expressions/predicates/path-pattern-expressions.adoc[]
7474
*** xref:expressions/predicates/type-predicate-expressions.adoc[]
75+
** xref:expressions/mathematical-expressions.adoc[]
7576
** xref:expressions/conditional-expressions.adoc[]
7677
7778
* xref:functions/index.adoc[]

modules/ROOT/pages/expressions/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ For details and examples of specific expressions, see the following sections:
1111
** xref:expressions/predicates/string-operators.adoc[]: `STARTS WITH`, `ENDS WITH`, `CONTAINS`, `IS NORMALIZED`, `IS NOT NORMALIZED`, `=~`
1212
** xref:expressions/predicates/path-pattern-expressions.adoc[]: information about filtering queries with path pattern expressions.
1313
** xref:expressions/predicates/type-predicate-expressions.adoc[]: information about how to verify the value type of a Cypher expression.
14+
* xref:expressions/mathematical-expressions.adoc[]: `+`, `-`, `*`, `/`, `%`, `^`.
1415
* xref:expressions/conditional-expressions.adoc[]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
= Mathematical expressions
2+
3+
Cypher contains a number of mathematical operators used for arithmetical calculations:
4+
5+
*
6+
7+
8+
9+

0 commit comments

Comments
 (0)