ASIN (Lakehouse v2)
Returns the arc sine of a number in radians.
Analyze Syntax
Section titled “Analyze Syntax”func.asin(<x>)Analyze Examples
Section titled “Analyze Examples”func.asin(0.5)
┌────────────────────┐│ 0.5235987755982988 │└────────────────────┘SQL Syntax
Section titled “SQL Syntax”ASIN(<x>)SQL Examples
Section titled “SQL Examples”SELECT ASIN(0.5);
┌────────────────────┐│ 0.5235987755982988 │└────────────────────┘