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

The associated Legendre polynomials for l= 0.. n, P(l,0,x).

Pascal
procedure LegendreP(n: Integer; X: double; result: TDenseMtxVec); overload;
Parameters 
Description 
Defines upper limit for Legentre polynomials. n must be less or equal to l. 
Defines value at which the Legendre polynomials will be evaluated. Valid x values are real values on closed interval [-1,1]
result 
Returns Legendre polynomials P(0,0,x), P(1,x),...P(n,0,x)
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!