Returns the sine of a given angle.
Last updated 1 month ago
SIN(angle)
angle - the angle in radian from which the sine should be returned - Value type: number
If angle is in degrees, it should be multiplied by PI() / 180.
Examples
Example 1 - SIN of a single value:
Example 2 - SIN for a range of values: