cos
Syntax Format
cos(x)
Overview
The cos function provides the cosine value of the given series type. The function returns the cosine of x in radians. The function returns a value in the range [−1, 1].
Parameters
| Parameter | Type | Purpose |
|---|---|---|
| x | numeric or series | Input value, taken into calculation |
Returns: numeric or series.
Example
value = cos(0)