COS (NoSQL query)
APPLIES TO: NoSQL
Returns the trigonometric cosine of the specified angle in radians.
Syntax
COS(<numeric_expr>)
Arguments
Description | |
---|---|
numeric_expr |
A numeric expression. |
Return types
Returns a numeric expression.
Examples
The following example calculates the cosine of the specified angle using the function.
SELECT VALUE {
cosine: COS(14.78)
}
[
{
"cosine": -0.5994654261946543
}
]
Remarks
- This system function doesn't use the index.