COS
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 │
└─────┘
Returns the cosine of a number in radians.
func.cos(<x>)
func.cos(0)
┌─────┐
│ 1.0 │
└─────┘
COS(<x>)
SELECT COS(0);
┌─────┐
│ 1.0 │
└─────┘