Skip to content

Commit

Permalink
Hyperlink DOIs to preferred resolver (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinleinweber authored and giordano committed Jan 20, 2020
1 parent 3f5ed3c commit 424738f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/erf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Using the rational approximants tabulated in:
> J. M. Blair, C. A. Edwards, and J. H. Johnson,
> "Rational Chebyshev approximations for the inverse of the error function",
> Math. Comp. 30, pp. 827--830 (1976).
> <http://dx.doi.org/10.1090/S0025-5718-1976-0421040-7>,
> <https://doi.org/10.1090/S0025-5718-1976-0421040-7>,
> <http://www.jstor.org/stable/2005402>
"""
function erfinv(x::Float64)
Expand Down Expand Up @@ -320,7 +320,7 @@ Using the rational approximants tabulated in:
> J. M. Blair, C. A. Edwards, and J. H. Johnson,
> "Rational Chebyshev approximations for the inverse of the error function",
> Math. Comp. 30, pp. 827--830 (1976).
> <http://dx.doi.org/10.1090/S0025-5718-1976-0421040-7>,
> <https://doi.org/10.1090/S0025-5718-1976-0421040-7>,
> <http://www.jstor.org/stable/2005402>
"""
function erfcinv(y::Float64)
Expand Down
4 changes: 2 additions & 2 deletions src/sincosint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Using the rational approximants tabulated in:
> A.J. MacLeod,
> "Rational approximations, software and test methods for sine and cosine integrals",
> Numer. Algor. 12, pp. 259--272 (1996).
> <http://dx.doi.org/10.1007/BF02142806>,
> <https://doi.org/10.1007/BF02142806>,
> <https://link.springer.com/article/10.1007/BF02142806>.
Note: the second zero of ``\text{Ci}(x)`` has a typo that is fixed:
Expand Down Expand Up @@ -280,7 +280,7 @@ Using the rational approximants tabulated in:
> A.J. MacLeod,
> "Rational approximations, software and test methods for sine and cosine integrals",
> Numer. Algor. 12, pp. 259--272 (1996).
> <http://dx.doi.org/10.1007/BF02142806>,
> <https://doi.org/10.1007/BF02142806>,
> <https://link.springer.com/article/10.1007/BF02142806>.
Note: the second zero of ``\text{Ci}(x)`` has a typo that is fixed:
Expand Down

0 comments on commit 424738f

Please sign in to comment.