Skip to content

Commit 424738f

Browse files
katrinleinwebergiordano
authored andcommitted
Hyperlink DOIs to preferred resolver (#205)
1 parent 3f5ed3c commit 424738f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/erf.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Using the rational approximants tabulated in:
184184
> J. M. Blair, C. A. Edwards, and J. H. Johnson,
185185
> "Rational Chebyshev approximations for the inverse of the error function",
186186
> Math. Comp. 30, pp. 827--830 (1976).
187-
> <http://dx.doi.org/10.1090/S0025-5718-1976-0421040-7>,
187+
> <https://doi.org/10.1090/S0025-5718-1976-0421040-7>,
188188
> <http://www.jstor.org/stable/2005402>
189189
"""
190190
function erfinv(x::Float64)
@@ -320,7 +320,7 @@ Using the rational approximants tabulated in:
320320
> J. M. Blair, C. A. Edwards, and J. H. Johnson,
321321
> "Rational Chebyshev approximations for the inverse of the error function",
322322
> Math. Comp. 30, pp. 827--830 (1976).
323-
> <http://dx.doi.org/10.1090/S0025-5718-1976-0421040-7>,
323+
> <https://doi.org/10.1090/S0025-5718-1976-0421040-7>,
324324
> <http://www.jstor.org/stable/2005402>
325325
"""
326326
function erfcinv(y::Float64)

src/sincosint.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Using the rational approximants tabulated in:
248248
> A.J. MacLeod,
249249
> "Rational approximations, software and test methods for sine and cosine integrals",
250250
> Numer. Algor. 12, pp. 259--272 (1996).
251-
> <http://dx.doi.org/10.1007/BF02142806>,
251+
> <https://doi.org/10.1007/BF02142806>,
252252
> <https://link.springer.com/article/10.1007/BF02142806>.
253253
254254
Note: the second zero of ``\text{Ci}(x)`` has a typo that is fixed:
@@ -280,7 +280,7 @@ Using the rational approximants tabulated in:
280280
> A.J. MacLeod,
281281
> "Rational approximations, software and test methods for sine and cosine integrals",
282282
> Numer. Algor. 12, pp. 259--272 (1996).
283-
> <http://dx.doi.org/10.1007/BF02142806>,
283+
> <https://doi.org/10.1007/BF02142806>,
284284
> <https://link.springer.com/article/10.1007/BF02142806>.
285285
286286
Note: the second zero of ``\text{Ci}(x)`` has a typo that is fixed:

0 commit comments

Comments
 (0)