SciPy

darkhistory.electrons.ics.BE_integrals.F_inv

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

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

Parameters:
a : ndarray

Lower limit of integration.

b : ndarray

Upper limit of integration.

tol : float

The relative tolerance to be reached.

Returns:
float

The resulting integral.

Previous topic

darkhistory.electrons.ics.BE_integrals.F2

Next topic

darkhistory.electrons.ics.BE_integrals.F_inv_3

This Page