Go to the documentation of this file.
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)
int main(int argc, char *argv[])
The declarations of all the exception classes.
Contains the code to calculate Legendre polynomials.
Numeric legendre_poly_norm_schmidt(Index l, Index m, Numeric x)
legendre_poly_norm_schmidt
Numeric legendre_poly_norm_schmidt_deriv(Index l, Index m, Numeric x)
legendre_poly_norm_schmidt_deriv
Numeric legendre_poly_deriv(Index l, Index m, Numeric x)
legendre_poly_deriv
NUMERIC Numeric
The type to use for all floating point numbers.
Numeric legendre_poly(Index l, Index m, Numeric x)
legendre_poly
INDEX Index
The type to use for all integer numbers and indices.
The global header file for ARTS.