does not exist.
sgnGamma
fn
real sgnGamma(real x)The sign of Γ(x).
Parameters
x | the argument of Γ |
Returns
-1 if Γ(x) < 0, +1 if Γ(x) > 0, and NaN if Γ(x)
Note
This function can be used in conjunction with
logGamma to evaluate
Γ(x) when gamma(x) is too large to be represented as a real.