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

Note: now that JS has the pow operator, this can be written as

```js
const phi = 5 ** .5 * .5 + .5;
```

which looks much more cursed to me.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4702#issuecomment-1224382311 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 17:16:16 UTC