Example
SELECT COS(2);Definition and Usage
The COS() function returns the cosine of a number.
Syntax
COS(
number
)Parameter Values
| Parameter | Description |
|---|---|
| number | Required. A numeric value |
Technical Details
| Works in: | From MySQL 4.0 |
|---|
Loading lesson path
Example
SELECT COS(2);The COS() function returns the cosine of a number.
Syntax
COS(
number
)| Parameter | Description |
|---|---|
| number | Required. A numeric value |
| Works in: | From MySQL 4.0 |
|---|