Skip to content

Commit 8505ae6

Browse files
Update src/gamma.jl
Co-authored-by: Michael Helton <[email protected]>
1 parent 190c04d commit 8505ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gamma.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function gamma(_x::Float16)
8080
end
8181
x > 13 && return Float16(ifelse(_x > 0, Inf32, 0f0))
8282
z = 1f0
83-
while x>1
83+
while x > 1
8484
x -= 1
8585
z *= x
8686
end

0 commit comments

Comments
 (0)