powered by
Functions to compute various exponential integrals, including En and Ei.
expint_en(n, z)expint_ei(z)
expint_ei(z)
A single numeric value with the computed exponential integral.
Order of the integral (for En)
Argument of the integral (for En and Ei)
Boost Documentation for
# Exponential integral En with n = 1 and z = 2 expint_en(1, 2) # Exponential integral Ei with z = 2 expint_ei(2)
Run the code above in your browser using DataLab