public static double LegendreP( int l, double x )
Public Shared Function LegendreP ( _ l As Integer, _ x As Double _ ) As Double
public: static double LegendreP( int l, double x )
static member LegendreP : l:int * x:float -> float
Legendre polynomials are orthogonal on the interval [-1,1].