.TRANSFORM.Math.gamma_Lanczos

Gamma function using the Lanczos approximation

Information

Implementation of the Gamma function using the Lanczos approximation.

See https://en.wikipedia.org/wiki/Lanczos_approximation for more details.

Interface

function gamma_Lanczos
  extends TRANSFORM.Icons.Function;
  input Real z "Input value for gamma(z)";
  output Real gamma "Gamma function value";
end gamma_Lanczos;

Generated at 2026-05-04T18:18:56Z by OpenModelicaOpenModelica 1.26.7 using GenerateDoc.mos