Example

Return the tangent of a number:

SELECT TAN(1.75);

Definition and Usage

The TAN() function returns the tangent of a number.

Syntax

TAN(number)

Parameter Values

Parameter Description
number Required. A numeric value

Technical Details

Works in: From MySQL 4.0

More Examples

Example

Return the tangent of a number:

SELECT TAN(-3);


Login
ADS CODE