Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt

Use this file to discover all available pages before exploring further.

Trigonometric function that calculates the sine of a provided value.

Syntax

SIN(<value>)

Parameters

ParameterDescriptionSupported input types
<value>The value that determines the returned sine in radians.DOUBLE PRECISION

Return Type

DOUBLE PRECISION

Example

The following query calculates the sine of 0: The following query calculates the sine of pi: