Required Static Methodswift-numerics 1.0.3RealModule

logGamma(_:)

The logarithm of the absolute value of the gamma function, log(|Γ(x)|).

RealFunctions.swift:97
static func logGamma(_ x: Self) -> Self

Not available on Windows targets.

See also:

  • gamma()

  • signGamma()