Skip to content

expint

Exponential integral E_n(x).

Y = expint(x)
Y = expint(x, n)

Returns E_n(x) = ∫₁^∞ exp(-x*t) / t^n dt. Default n = 1 gives the standard exponential integral.

expint(1) % ≈ 0.2194
  • expon_dist — Exponential-distribution PDF or CDF.