Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Nov 01, 2024
Send us feedback
asin
Applies to: Databricks SQL Databricks Runtime
Returns the inverse sine (arcsine) of expr.
expr
asin(expr)
expr: An expression that evaluates to a numeric.
A DOUBLE.
If the argument is out of bound, NaN.
NaN
> SELECT asin(0); 0.0 > SELECT asin(2); NaN
sin function
acos function
atan function
asinh function