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

    https://github.com/apache/metron/pull/650#discussion_r129375098
  
    --- Diff: metron-stellar/stellar-common/README.md ---
    @@ -581,6 +634,24 @@ In the core language functions, we support basic 
functional programming primitiv
         * group - The integer that selects what group to select, starting at 1
       * Returns: The value of the group, or null if not matched or no group at 
index.
     
    +### `ROUND`
    +  * Description: Rounds a number to the nearest integer
    +  * Input:
    +    * number - The number to round
    +  * Returns: The nearest integer.
    +
    +### `SIN`
    +  * Description: Returns the `sin` of a number.
    --- End diff --
    
    Returns the sine of a number.


---
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