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