Skip to content

Commit 190c04d

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

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
@@ -78,7 +78,7 @@ function gamma(_x::Float16)
7878
s == 0 && throw(DomainError(_x, "NaN result for non-NaN input."))
7979
x = 1 - x
8080
end
81-
x>13 && return Float16(ifelse(_x>0, Inf32, 0f0))
81+
x > 13 && return Float16(ifelse(_x > 0, Inf32, 0f0))
8282
z = 1f0
8383
while x>1
8484
x -= 1

0 commit comments

Comments
 (0)