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