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 b27f0ad commit c1ce5b1Copy full SHA for c1ce5b1
src/gamma_inc.jl
@@ -33,8 +33,8 @@ const d80 = -.652623918595309E-03
33
"""
34
rgamma1pm1(a)
35
36
- Computation of ``1/Gamma(a+1) - 1`` for `-0.5<=a<=1.5` : ``1/\\Gamma (a+1) - 1``
37
- Uses the relation `gamma(a+1) = a*gamma(a)`.
+Computation of ``1/Gamma(a+1) - 1`` for `-0.5<=a<=1.5` : ``1/\\Gamma (a+1) - 1``
+Uses the relation `gamma(a+1) = a*gamma(a)`.
38
39
function rgamma1pm1(a::Float64)
40
@assert -0.5 <= a <= 1.5
0 commit comments