std::legendre

std::legendre, std::legendref, std::legendrel

double      legendre( unsigned int n, double x );
double      legendre( unsigned int n, float x );
double      legendre( unsigned int n, long double x );
float       legendref( unsigned int n, float x );
long double legendrel( unsigned int n, long double x );
(1) (since C++17)
double      legendre( unsigned int n, Integral x );
(2) (since C++17)
1) Computes the unassociated 登录查看完整内容