RADIANS
Learn how to use the RADIANS math function in PlaidCloud Lakehouse. Converts degrees to radians - see syntax, examples, and output.
Converts degrees to radians.
Analyze Syntax
func.radians(<x>)
Analyze Examples
func.radians(180)
┌───────────────────┐
│ 3.141592653589793 │
└───────────────────┘
SQL Syntax
RADIANS(<x>)
SQL Examples
SELECT RADIANS(180);
┌───────────────────┐
│ 3.141592653589793 │
└───────────────────┘