Curriculum
Course: MYSQL
Login

Curriculum

MYSQL

MySQL References

0/140
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);