bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL TAN() Function

Example

SELECT TAN(1.75);

Definition and Usage

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

Syntax

TAN(
number
)

Parameter Values

ParameterDescription
numberRequired. A numeric value

Technical Details

Works in:From MySQL 4.0

Previous

MySQL SUM() Function

Next

MySQL TRUNCATE() Function