* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * more link Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
30 lines
308 B
Markdown
30 lines
308 B
Markdown
---
|
|
title: "tau"
|
|
excerpt: "Return the value of `tau`. The full circle constant (τ). Equal to 2π."
|
|
layout: manual
|
|
---
|
|
|
|
Return the value of `tau`. The full circle constant (τ). Equal to 2π.
|
|
|
|
|
|
|
|
```js
|
|
tau() -> number
|
|
```
|
|
|
|
### Examples
|
|
|
|
```js
|
|
const myVar = tau()
|
|
```
|
|
|
|
### Arguments
|
|
|
|
|
|
### Returns
|
|
|
|
`number`
|
|
|
|
|
|
|