SIN
Computes the sine of a value.
Syntax
SIN(numeric_expression int32) → double
numeric_expression: The number in radians.
Examples
SIN example
SIN(numeric_expression float) → double
numeric_expression: The number in radians.
Examples
SIN example
SIN(numeric_expression int64) → double
numeric_expression: The number in radians.
Examples
SIN example
SIN(numeric_expression double) → double
numeric_expression: The number in radians.
Examples
SIN example
Last updated