
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
20 lines
212 B
Text
20 lines
212 B
Text
---
|
|
title: SIN
|
|
status: published
|
|
category: primitives
|
|
group: Variable
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 84
|
|
---<Small>Public Readonly Variable</Small>
|
|
|
|
|
|
|
|
|
|
##### Signature
|
|
|
|
|
|
```ts
|
|
SIN: (x: number) => number
|
|
```
|
|
|