8.2.21. SIN()
Available in
DSQL, PSQL
Possible name conflict
YES → Read details
Syntax
SIN (angle)
Parameter | Description |
---|---|
angle | An angle, in radians |
Result type
DOUBLE PRECISION
Description
Returns an angle’s sine. The argument must be given in radians.
- Any non-
NULL
result is — obviously — in the range [-1, 1].