COS

2024-03-05 01:54:27  Updated

Syntax

COS(X)

Purpose

COS() returns the cosine of the X radian.

Examples

obclient> SELECT COS(PI());
+-----------+
| COS(PI()) |
+-----------+
|        -1 |
+-----------+
1 row in set

Contact Us