COS

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentation

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected].

Thank you for your understanding.

Applies to

Description

Function that returns the cosine of the angle sent through parameters (must be measured in radians) (COS in Transact-SQL).

The cosine is defined as: y=cos(x)y = cos(x) Where: - Range: 1y1-1\leqslant y \leqslant 1 - Domain: R\mathbb{R}

Sample Source Pattern

Syntax

COS( expression )

Arguments

expression: Numeric float expression, where expression is in R\mathbb{R}.

Return Type

Numeric float expression in [1,1][-1, 1].

Examples

SELECT COS(PI())

Known Issues

No issues were found.

No related EWIs.

Last updated