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  
└─────┘