Previous Up Next

6.8.6  The logarithmic integral function: Li

The logarithmic integral function is defined by

Li(x) = Ei(ln(x)) = 
exp(x)


t=0
1
ln(t)
 dt 

The Li command computes the logarithmic integral.


Example.
Input:

Li(2.0)

Output:

1.04516378012

Previous Up Next