Github user mattf-horton commented on a diff in the pull request:

    https://github.com/apache/metron/pull/651#discussion_r127277470
  
    --- Diff: metron-stellar/stellar-common/README.md ---
    @@ -518,6 +519,13 @@ In the core language functions, we support basic 
functional programming primitiv
         * dateTime - The datetime as a long representing the milliseconds 
since unix epoch
       * Returns: The current month (0-based).
     
    +### `POWER`
    +  * Description: Raises the number to a given power.
    +  * Input:
    +    * number - the number
    +    * power - the exponent to raise the number to
    +  * Returns: The power-th power of the number passed in.
    --- End diff --
    
    Suggest: Returns: The value of number to the given power.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to