Class bose_einstein_integ_tl (o2scl)¶
-
template<class inte_t, class fp_t = double>
class bose_einstein_integ_tl¶ Compute a Bose-Einstein integral by direct integration.
This class performs direct computation of the Bose-Einstein integral
\[ F_{a}(\mu) = \int_0^{\infty} \frac{x^a}{e^{x-\mu}-1} \, . \]This class is used in o2scl::polylog .Todo
In bose_einstein_integ_tl, better testing of accuracy.
Public Functions