Skip to content

Commit 372faa6

Browse files
Update src/gamma.jl
Co-authored-by: Michael Helton <[email protected]>
1 parent 2a29b78 commit 372faa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gamma.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ function gamma(_x::Float32)
5555
x = 1 - x
5656
end
5757
if x < 5
58-
z = 1.
59-
while x>1
58+
z = 1.0
59+
while x > 1
6060
x -= 1
6161
z *= x
6262
end

0 commit comments

Comments
 (0)