Returns the cosine of x, where x is given in radians.
x
COS( <x> )
SELECT COS(PI()); ┌───────────┐ │ cos(pi()) │ ├───────────┤ │ -1 │ └───────────┘