DEGREES

Learn how to use the DEGREES math function in PlaidCloud Lakehouse. Converts radians to degrees - see syntax, examples, and output.

Converts radians to degrees.

Analyze Syntax

func.degrees(<x>)

Analyze Examples

func.degrees(3.141592653589793)

┌───────┐
 180.0  
└───────┘

SQL Syntax

DEGREES(<x>)

SQL Examples

SELECT DEGREES(PI());

┌───────┐
 180.0  
└───────┘