.TRANSFORM.Math.gamma_Lanczos

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 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos