Skip to content

Returns the cosine of a number in radians.

func.cos(<x>)
func.cos(0)
┌─────┐
1.0
└─────┘
COS(<x>)
SELECT COS(0);
┌─────┐
1.0
└─────┘