Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Atualizado 04/11/2024
Send us feedback
tan
Applies to: Databricks SQL Databricks Runtime
Returns the tangent of expr.
expr
tan(expr)
expr: An expression that evaluates to a numeric expressing the angle in radians.
A DOUBLE.
> SELECT tan(0); 0.0
tanh function
cos function
sin function