public static double LaguerreL( int n, double x )
Public Shared Function LaguerreL ( _ n As Integer, _ x As Double _ ) As Double
public: static double LaguerreL( int n, double x )
static member LaguerreL : n:int * x:float -> float
Laguerre functions are orthogonal on the interval [0,+∞) with the weight e-x.