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.
1 parent cc83f64 commit d4991afCopy full SHA for d4991af
src/erf.jl
@@ -426,7 +426,7 @@ External links:
426
See also: [`erfc(x)`](@ref erfc).
427
428
# Implementation
429
-Using the rational approximants tabulated in [Blair (1976)](@citet blair_1976)
+Using the rational approximants tabulated in [Blair (1976)](@cite blair_1976)
430
combined with Newton iterations for `BigFloat`.
431
"""
432
erfcinv(x::Real) = _erfcinv(float(x))
0 commit comments