Re: [csswg-drafts] [css-values] Math Constant phi for Golden Ratio (#4702)

For no reason whatsoever, adding the formula for phi broken down in a way that will be hard to forget, ever.

```js
    const phi = Math.pow(5, 0.5) * 0.5 + 0.5;
```
## _Or:_ $$\Phi = 5^{0.5} \times 0.5 + 0.5 $$

-- 
GitHub Notification of comment by Myndex
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4702#issuecomment-1223347125 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 23 August 2022 00:03:06 UTC