SciPy

darkhistory.electrons.ics.BE_integrals.F_log

darkhistory.electrons.ics.BE_integrals.F_log(a, b, tol=1e-10)

Definite integral of log(x)/(exp(x) - 1).

Parameters:
andarray

Lower limit of integration.

bndarray

Upper limit of integration.

tolfloat

The relative tolerance to be reached.

Returns:
float

The resulting integral.

This Page