SQL FunctionsNumeric FunctionsCOSOn this pageCOSReturns the cosine of x, where x is given in radians. Syntax COS( <x> ) Examples SELECT COS(PI());┌───────────┐│ cos(pi()) │├───────────┤│ -1 │└───────────┘