Skip to main content

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

ParameterTypePurpose
valuenumeric or seriesInput value, taken into calculation

Returns: numeric or series.

Example

value = sin(0)