COS(f) returns the cosine of f where f is in radians.
COS(3.14159/3) -> 0.5
SELECT id, COS(th) FROM angle