Description
Returns the arc sine of a number.Syntax
ASIN(numeric_expression)
Examples
ASIN(1) returns π/2.
Compute the arc sine (inverse sine) of a numeric value in radians. Use ASIN for trigonometric calculations in ETL data transformations.
ASIN(numeric_expression)
ASIN(1) returns π/2.