You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/06/11 12:01:28 UTC

[tinkerpop] branch master updated (d3c4898 -> 0627e29)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from d3c4898  Merge branch 'tp34'
     new ed8ddcb  Fixed typo for math() step and division CTR
     new 6fbe3d0  Merge branch 'tp33' into tp34
     new 0627e29  Merge branch 'tp34'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/src/reference/the-traversal.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[tinkerpop] 03/03: Merge branch 'tp34'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 0627e2975d8ac577e407dbe71db85c487ae549dc
Merge: d3c4898 6fbe3d0
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 11 08:01:16 2019 -0400

    Merge branch 'tp34'

 docs/src/reference/the-traversal.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[tinkerpop] 01/03: Fixed typo for math() step and division CTR

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit ed8ddcbfa19cc17124e03b61ef10a84320041ca8
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 11 07:55:55 2019 -0400

    Fixed typo for math() step and division CTR
---
 docs/src/reference/the-traversal.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc
index 914411c..b7d3278 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -1472,8 +1472,8 @@ g.withSideEffect('x',10).V().values('age').math('_ / x')
 g.withSack(1).V(1).repeat(sack(sum).by(constant(1))).times(10).emit().sack().math('sin _')
 ----
 
-The operators supported by the calculator include: `*`, `+`, `\`, `^`, and `%`.
-Furthermore, the following built in functions are provided:
+The operators supported by the calculator include: `*`, `+`, `/`, `^`, and `%`. Furthermore, the following built in
+functions are provided:
 
 * `abs`: absolute value
 * `acos`: arc cosine


[tinkerpop] 02/03: Merge branch 'tp33' into tp34

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 6fbe3d0792170b2d7bbd858fa0173449a6b71cbc
Merge: 2f0b6fa ed8ddcb
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 11 08:01:08 2019 -0400

    Merge branch 'tp33' into tp34

 docs/src/reference/the-traversal.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)