You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > SpecialFuncs Class > SpecialFuncs Methods > LegendreP Method > SpecialFuncs.LegendreP Method (int, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
SpecialFuncs.LegendreP Method (int, double)

The associated Legendre polynomial P(l,0,x), (m = 0).

Syntax
C#
Visual Basic
public static double LegendreP(int l, double X);
Parameters 
Description 
int l 
Defines Legenre polynomial parameter l. 
double X 
Defines value at which the Legendre polynomial will be evaluated. Valid x values are real values on closed interval [-1,1]

The associated Legendre polynomial P(l,0,x), (m = 0).

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!