We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 811fe45 + a2e852e commit e8601e8Copy full SHA for e8601e8
base/math.jl
@@ -184,7 +184,7 @@ end
184
"""
185
hypot(x...)
186
187
-Compute the hypotenuse ``\\sqrt{\\sum x_i}`` avoiding overflow and underflow.
+Compute the hypotenuse ``\\sqrt{\\sum x_i^2}`` avoiding overflow and underflow.
188
189
hypot(x::Number...) = vecnorm(x)
190
doc/stdlib/math.rst
@@ -890,7 +890,7 @@ Mathematical Functions
890
891
.. Docstring generated from Julia source
892
893
- Compute the hypotenuse :math:`\sqrt{\sum x_i}` avoiding overflow and underflow.
+ Compute the hypotenuse :math:`\sqrt{\sum x_i^2}` avoiding overflow and underflow.
894
895
.. function:: log(x)
896
0 commit comments