A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/functions/sin below:

Website Navigation


SIN | Snowflake Documentation

Categories:

Numeric functions (Trigonometric)

SIN

Computes the sine of its argument; the argument should be expressed in radians.

Syntax Arguments
real_expr

This expression should evaluate to a real number. The value should be in radians, not degrees.

Examples
SELECT SIN(0), SIN(PI()/3), SIN(RADIANS(90));
--------+--------------+------------------+
 SIN(0) | SIN(PI()/3)  | SIN(RADIANS(90)) |
--------+--------------+------------------+
 0      | 0.8660254038 | 1                |
--------+--------------+------------------+

Copy


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4