docs-v2/content/v2.0/reference/flux/functions/math/sincos.md

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
```