Previous Up Next

6.3.6 Logarithmic integral function

The logarithmic integral function is defined by

Li(x)= Ei(ln(x))=
ex


t=0
1
ln(t)
dt

The Li command computes the logarithmic integral.

Example

Li(2.0)
     
1.04516378012           

Previous Up Next