Re: [csswg-drafts] [css-values] Make 'hypot()' n-dimensional (#3765)

I definitely like the idea of supporting a 3-value `hypot` for 3D geometry.

I can't think of any use cases for more dimensions on the web, but don't think it would complicate the implementation.  The [ECMAScript `Math.hypot()` implementation](https://tc39.github.io/ecma262/#sec-math.hypot) supports arbitrary numbers of arguments.

I think it confuses matters a bit to talk about `hypot(A)` to generate the absolute value. I mean, it doesn't hurt to support it. But, I'd rather go straight to adding an `abs(A)` function.

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

Received on Tuesday, 26 March 2019 15:35:45 UTC