30 lines
374 B
Markdown
30 lines
374 B
Markdown
---
|
|
title: math.sincos() function
|
|
description: The math.sincos() function functionDescription
|
|
menu:
|
|
v2_0_ref:
|
|
name: math.sincos
|
|
parent: Math
|
|
weight: 301
|
|
---
|
|
|
|
The `math.sincos()` function functionDescription
|
|
|
|
```js
|
|
import "math"
|
|
|
|
math.sincos( EXAMPLE )
|
|
```
|
|
|
|
## Parameters
|
|
|
|
### x
|
|
The value used in the operation.
|
|
|
|
_**Data type:** Float_
|
|
|
|
## Special cases
|
|
```js
|
|
|
|
```
|