TAN

TAN (expression)

Parameters

  • expression - may be a column name, a result of another function, or a math operation.

Description

Calculates the trigonometric tangent. This method returns a double.

Example

Get a trigonometric tangent:

SELECT TAN(angle) FROM Triangles;

Updated about 5 years ago