13 lines
250 B
Text
13 lines
250 B
Text
---
|
|
title: utils.goldenRatio
|
|
---
|
|
|
|
The `utils.goldenRatio` value holds `1.618034`.
|
|
This value approximates **φ** which is also known
|
|
as [the golden ratio](https://en.wikipedia.org/wiki/Golden_ratio).
|
|
|
|
## Signature
|
|
|
|
```js
|
|
Number utils.goldenRatio
|
|
```
|