Curriculum
Course: SQL
Login

Curriculum

SQL

SQL References

0/80

MySQL Functions

0/139

SQL Server Functions

0/84

SQL Quick Ref

0/1
Text lesson

TAN

Example

Provide the tangent value for a given number.

SELECT TAN(1.75);

Definition and Usage

The TAN() function yields the tangent value of a given number.

Syntax

TAN(number)

Parameter Values

Parameter

Description

number

Mandatory: A numerical value

Technical Details

Works in:

 From MySQL version 4.0

More Examples

Example

Provide the tangent value for a given number.

SELECT TAN(-3);