Re: [csswg-drafts] [css-values] Trigonometric functions

`hypot` would be nice, too - even if it's restricted to two args, My javascript uses hypot three times more often than sqrt; it's also fewer characters to type than `sqrt( x * x + y * y )`, more clearly expresses the intent, and can be more accurate than the naive implementation. 

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

Received on Friday, 6 April 2018 10:50:51 UTC