> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/mathematical-functions/sin.md).

# SIN

Returns the sine of a given angle.

#### Syntax

**SIN**(*angle*)

1. *angle* - the angle in radian from which the sine should be returned - ***Value type**: number*

#### Remarks

1. If angle is in degrees, it should be multiplied by PI() / 180.

**Examples**

*Example 1* - SIN of a single value:

<figure><img src="https://1085786630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWv5M2BoEVu0kDIV5EPs4%2Fuploads%2Fgit-blob-6e1d71e542cbf49fb8b1cc964948f8f68b145fa8%2Fgrafik.png?alt=media" alt=""><figcaption></figcaption></figure>

*Example 2* - SIN for a range of values:

<figure><img src="https://1085786630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWv5M2BoEVu0kDIV5EPs4%2Fuploads%2Fgit-blob-a9aca1b743e906c30f39278373178db9aa0f16ed%2Fgrafik.png?alt=media" alt=""><figcaption></figcaption></figure>
