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/tan below:

Website Navigation


TAN | Snowflake Documentation

Categories:

Numeric functions (Trigonometric)

TAN

Computes the tangent 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 TAN(0), TAN(PI()/3), TAN(RADIANS(90));
--------+-------------+----------------------+
 TAN(0) | TAN(PI()/3) |   TAN(RADIANS(90))   |
--------+-------------+----------------------+
 0      | 1.732050808 | 1.63312393531954e+16 |
--------+-------------+----------------------+

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