LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Exponential integral Ei

I am looking for an exponential integral function different from the function En(x) provided by the full development system of LabVIEW.

 

I need the integral of (exp(t)/t) dt from -inf to x, where x is nonnegative.  I think there might be a way to get this from En(x) if x is allowed to be negative, but that is not allowed in the provided function.

 

I could do a numerical integration, but prefer a standard function.

 

Thanks

 

- John

0 Kudos
Message 1 of 2
(2,404 Views)

I'd do a series summation (see eg. Numerical Recipes)

 

Ei(x).png

0 Kudos
Message 2 of 2
(2,392 Views)