Skip to content

Commit

Permalink
Typo in doc of hypot() (#45042)
Browse files Browse the repository at this point in the history
Should be stylized as arXiv.
  • Loading branch information
bdc34 authored Apr 21, 2022
1 parent ac51add commit ab26191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/math.jl
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ Compute the hypotenuse ``\\sqrt{|x|^2+|y|^2}`` avoiding overflow and underflow.
This code is an implementation of the algorithm described in:
An Improved Algorithm for `hypot(a,b)`
by Carlos F. Borges
The article is available online at ArXiv at the link
The article is available online at arXiv at the link
https://arxiv.org/abs/1904.09481
hypot(x...)
Expand Down

0 comments on commit ab26191

Please sign in to comment.