ASIN

Learn how to use the ASIN math function in PlaidCloud Lakehouse. Returns the arc sine of a number in radians - see syntax, examples, and output.

Returns the arc sine of a number in radians.

Analyze Syntax

func.asin(<x>)

Analyze Examples

func.asin(0.5)

┌────────────────────┐
 0.5235987755982988  
└────────────────────┘

SQL Syntax

ASIN(<x>)

SQL Examples

SELECT ASIN(0.5);

┌────────────────────┐
 0.5235987755982988  
└────────────────────┘