Calculate cosine. This function returns the cosine of an angle given in radians.
COS(X)
Returns the cosine of X, where X is given in radians.
SELECT COS(PI()); +-----------+ | COS(PI()) | +-----------+ | -1 | +-----------+
This page is licensed: GPLv2, originally from fill_help_tables.sql
Last updated 2 months ago
Was this helpful?