Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-761

Some basic mathematical functions / steps

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.0.2-incubating
    • 3.2.5
    • process
    • None

    Description

      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.

      Attachments

        Activity

          People

            okram Marko A. Rodriguez
            dkuppitz Daniel Kuppitz
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: