.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 2026-02-24T19:19:10Z by OpenModelicaOpenModelica 1.26.2 using GenerateDoc.mos