21 # include <sys/types.h> 25 #include <sys/times.h> 31 main (
int argc,
char *argv[])
38 cerr <<
"Usage: " << argv[0] <<
" l m x" << endl;
44 x = strtod (argv[3], NULL);
48 cout <<
"l = " << l <<
" m = " << m <<
" x = " << x << endl;
54 catch (runtime_error e)
INDEX Index
The type to use for all integer numbers and indices.
Numeric legendre_poly_norm_schmidt_deriv(Index l, Index m, Numeric x)
legendre_poly_norm_schmidt_deriv
Contains the code to calculate Legendre polynomials.
Numeric legendre_poly_norm_schmidt(Index l, Index m, Numeric x)
legendre_poly_norm_schmidt
The global header file for ARTS.
The declarations of all the exception classes.
NUMERIC Numeric
The type to use for all floating point numbers.
Numeric legendre_poly_deriv(Index l, Index m, Numeric x)
legendre_poly_deriv
int main(int argc, char *argv[])
Numeric legendre_poly(Index l, Index m, Numeric x)
legendre_poly