TAN
Computes the tangent of a value in radians.
Syntax
TAN(numeric_expression double) → double
numeric_expression: The number in radians.
Examples
TAN example
TAN(numeric_expression int64) → double
numeric_expression: The number in radians.
Examples
TAN example
TAN(numeric_expression int32) → double
numeric_expression: The number in radians.
Examples
TAN example
TAN(numeric_expression float) → double
numeric_expression: The number in radians.
Examples
TAN example
Last updated