Skip to content

Commit cc43a39

Browse files
committed
[css-values-4] Add explanatory sentence of what hypot() means, as suggested by Amelia.
1 parent eec217b commit cc43a39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-values-4/Overview.bs

+2
Original file line numberDiff line numberDiff line change
@@ -2578,6 +2578,8 @@ Exponential Functions: ''pow()'', ''sqrt()'', ''hypot()''</h3>
25782578
contains one or more comma-separated [=calculations=],
25792579
and returns the length of an N-dimensional vector
25802580
with components equal to each of the [=calculations=].
2581+
(That is,
2582+
the square root of the sum of the squares of its arguments.)
25812583
The argument [=calculations=] can resolve to any <<number>>, <<dimension>>, or <<percentage>>,
25822584
but must have the <em>same</em> [=determine the type of a calculation|type=],
25832585
or else the function is invalid;

0 commit comments

Comments
 (0)