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 sine of the specified angle in radians.
Syntax
SIN(<numeric_expr>)
Arguments
Description | |
---|---|
numeric_expr |
A numeric expression. |
Return types
Returns a numeric expression.
Examples
The following example calculates the sine of the specified angle using the function.
SELECT VALUE {
sine: SIN(45.175643)
}
[
{
"sine": 0.929607286611012
}
]
Remarks
- This function doesn't use the index.