COS
Learn how to use the COS math function in PlaidCloud Lakehouse. Returns the cosine of a number in radians - see syntax, examples, and output.
Returns the cosine of a number in radians.
Analyze Syntax
func.cos(<x>)
Analyze Examples
func.cos(0)
┌─────┐
│ 1.0 │
└─────┘
SQL Syntax
COS(<x>)
SQL Examples
SELECT COS(0);
┌─────┐
│ 1.0 │
└─────┘