sin
Syntax Format
sin(value)
Overview
The sin function provides the sine value of the given series type. The function returns the sine of x in radians. The provided number value can only be within the [−1, 1] range to receive a result.
Parameters
| Parameter | Type | Purpose |
|---|---|---|
| value | numeric or series | Input value, taken into calculation |
Returns: numeric or series.
Example
value = sin(0)