COS

Syntax

COS(X)

Description

Returns the cosine of X, where X is given in radians.

Examples

SELECT COS(PI());
+-----------+
| COS(PI()) |
+-----------+
|        -1 |
+-----------+

This page is licensed: GPLv2, originally from fill_help_tables.sql

Last updated

Was this helpful?