You are here: Symbol Reference > SpecialFuncs Namespace > Functions > SpecialFuncs.LegendreP Function
MtxVec VCL
ContentsIndex
PreviousUpNext
SpecialFuncs.LegendreP Function

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

Pascal
function LegendreP(l: Integer; X: double): double; overload;
Parameters 
Description 
Defines Legenre polynomial parameter l. 
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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!