Trigonometric function that calculates the cosine of a specific value in radians.Documentation Index
Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<value> | The value that determines the returned cosine in radians. | DOUBLE PRECISION |
Return Type
COS returns a value of type DOUBLE PRECISION.