8.2.21. SIN()

Available in

DSQL, PSQL

Possible name conflict

YES → Read details

Syntax

  1. SIN (angle)
Table 117. SIN Function Parameter
ParameterDescription

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].