HomeSQL FunctionsNumeric FunctionsCOS本页总览COSReturns the cosine of x, where x is given in radians. Syntax COS( <x> ) Examples SELECT COS(PI());┌───────────┐│ cos(pi()) │├───────────┤│ -1 │└───────────┘