Github user cestella commented on a diff in the pull request:
https://github.com/apache/metron/pull/650#discussion_r130879985
--- Diff: metron-stellar/stellar-common/README.md ---
@@ -238,6 +249,18 @@ In the core language functions, we support basic
functional programming primitiv
* bloomfilters - A list of bloom filters to merge
* Returns: Bloom Filter or null if the list is empty
+### `CEIL`
+ * Description: Returns the ceiling of a number.
+ * Input:
+ * number - The number to take the ceiling of
+ * Returns: The ceiling of the number passed in.
+
+### `COS`
+ * Description: Returns the `cos` of a number.
--- End diff --
yep
---
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 [email protected] or file a JIRA ticket
with INFRA.
---