[
https://issues.apache.org/jira/browse/TINKERPOP-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marko A. Rodriguez closed TINKERPOP-761.
----------------------------------------
Resolution: Duplicate
A newer take on this idea is presented in
https://issues.apache.org/jira/browse/TINKERPOP-1632.
Thus, calling it a "duplicate."
> Some basic mathematical functions / steps
> -----------------------------------------
>
> Key: TINKERPOP-761
> URL: https://issues.apache.org/jira/browse/TINKERPOP-761
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.0.2-incubating
> Reporter: Daniel Kuppitz
> Assignee: Marko A. Rodriguez
> Fix For: 3.2.5
>
>
> Every once in a while I wish to have steps for some basic mathematical
> operations ({{add()}}, {{sub()}}, {{mul()}}, {{div()}}). Since {{sub(num)}}
> is the same as {{add(-num)}} and {{div(num)}} is the same as {{mul(1/num)}},
> we would only need two new step implementations.
> Oh, and then there's also {{mod()}}, thus 3 new step implementations.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)