Skip to content

Commit fce37ba

Browse files
committed
fix
1 parent 3ee34c5 commit fce37ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/NaNMath.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ for f in (:sin, :cos, :tan, :asin, :acos, :acosh, :atanh,
1111
x === xf && throw(MethodError($f, (x,)))
1212
($f)(xf)
1313
end
14+
if $f !== :lgamma
15+
($f)(x) = (Base.$f)(x)
16+
end
1417
end
1518
end
1619

0 commit comments

Comments
 (0)