ATAN

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

Returns the arc tangent of a number in radians.

Analyze Syntax

func.atan(<x>)

Analyze Examples

func.atan(1)

┌────────────────────┐
 0.7853981633974483  
└────────────────────┘

SQL Syntax

ATAN(<x>)

SQL Examples

SELECT ATAN(1);

┌────────────────────┐
 0.7853981633974483  
└────────────────────┘