STLdoc
STLdocumentation
|
#include "special_function_util.h"
Macros | |
#define | _GLIBCXX_TR1_EXP_INTEGRAL_TCC 1 |
Functions | |
namespace std | _GLIBCXX_VISIBILITY (default) |
This is an internal header file, included by other library headers. Do not attempt to use it directly. {tr1/cmath}
#define _GLIBCXX_TR1_EXP_INTEGRAL_TCC 1 |
namespace std _GLIBCXX_VISIBILITY | ( | default | ) |
Return the exponential integral by series summation. This should be good for
.
The exponential integral is given by
__x | The argument of the exponential integral function. |
Return the exponential integral by asymptotic expansion.
The exponential integral is given by
__x | The argument of the exponential integral function. |
Return the exponential integral by series summation.
The exponential integral is given by
__n | The order of the exponential integral function. |
__x | The argument of the exponential integral function. |
Return the exponential integral by continued fractions.
The exponential integral is given by
__n | The order of the exponential integral function. |
__x | The argument of the exponential integral function. |
Return the exponential integral by recursion. Use upward recursion for
and downward recursion (Miller's algorithm) otherwise.
The exponential integral is given by
__n | The order of the exponential integral function. |
__x | The argument of the exponential integral function. |
Return the exponential integral by series summation.
The exponential integral is given by
__x | The argument of the exponential integral function. |
Return the exponential integral by asymptotic expansion.
The exponential integral is given by
__x | The argument of the exponential integral function. |
Return the exponential integral .
The exponential integral is given by
__x | The argument of the exponential integral function. |
Return the exponential integral .
The exponential integral is given by
__x | The argument of the exponential integral function. |
Return the exponential integral for large argument.
The exponential integral is given by
This is something of an extension.
__n | The order of the exponential integral function. |
__x | The argument of the exponential integral function. |
Return the exponential integral for large order.
The exponential integral is given by
This is something of an extension.
__n | The order of the exponential integral function. |
__x | The argument of the exponential integral function. |
Return the exponential integral .
The exponential integral is given by
This is something of an extension.
__n | The order of the exponential integral function. |
__x | The argument of the exponential integral function. |
Return the exponential integral .
The exponential integral is given by
__x | The argument of the exponential integral function. |