sgnGamma

fnreal sgnGamma(in real x)

sgn(Γ(x))

Parameters

xthe argument of Γ

Returns

-1 if Γ(x) < 0, +1 if Γ(x) > 0, and NaN if Γ(x)

does not exist.

Authors

Don Clugston