What is `Ei` in SymPy.jl?

I tried to get this integral:

@syms r::real a::real
fff = integrate((1/r)*exp(-2*a*r), (r))

and got this:
image

what’s that Ei?

The classical exponential integral. Special - SymPy 1.12.1rc1 documentation

1 Like

Thanks! I’d never seen that before.