This commit is contained in:
parent
02c7cb8afc
commit
ee26bc04c5
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ function gamma(n) {
|
|||
|
||||
--n
|
||||
let x = GAMMA_P[0]
|
||||
for (let i = 1 i < GAMMA_P.length ++i) {
|
||||
for (let i = 1; i < GAMMA_P.length; ++i) {
|
||||
x += GAMMA_P[i] / (n + i)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue