Skip to content

Commit

Permalink
Another min fix to indentation of doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jul 23, 2018
1 parent cb3d5be commit bf72d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ julia> function chi2cdf(x::Real, k::Real)
# but is visible to it. "x" is used to scale the function
# in order to actually integrate in [0, 1].
x*cuhre((t,f) -> f[1] = chi2pdf(t[1]*x))[1][1]/(2^k2*gamma(k2))
end
end
chi2cdf (generic function with 1 method)
julia> x = float(pi);
Expand Down

0 comments on commit bf72d26

Please sign in to comment.