Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
APPLIES TO:
NoSQL
Returns the trigonometric cosine of the specified angle in radians.
COS(<numeric_expr>)
Description | |
---|---|
numeric_expr |
A numeric expression. |
Returns a numeric expression.
The following example calculates the cosine of the specified angle using the function.
SELECT VALUE {
cosine: COS(14.78)
}
[
{
"cosine": -0.5994654261946543
}
]
- This system function doesn't use the index.