HomeSQL 函数数值函数(Numeric Functions)COSOn this pageCOS返回 x(以弧度为单位)的余弦值。 语法 COS( <x> ) 示例 SELECT COS(PI());┌───────────┐│ cos(pi()) │├───────────┤│ -1 │└───────────┘