Skip to content

Commit c1ce5b1

Browse files
authored
Fix docstring for gamma_inc.rgamma1pm1 (#469)
1 parent b27f0ad commit c1ce5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gamma_inc.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const d80 = -.652623918595309E-03
3333
"""
3434
rgamma1pm1(a)
3535
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)`.
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)`.
3838
"""
3939
function rgamma1pm1(a::Float64)
4040
@assert -0.5 <= a <= 1.5

0 commit comments

Comments
 (0)