.GNU_ScientificLibrary.Functions.specfunc.legendre_Pl

Legendre polynomial of order l

Information

This routine computes the Legendre polynomial of order lPl(x).

Interface

function legendre_Pl
  extends Modelica.Icons.Function;
  input Integer l;
  input Real x;
  output Real y;
end legendre_Pl;

Generated at 2025-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos