[back] [prev] [next] [index] [root]

 


Ei

This function computes an approximation of the integral from -\infty to x of exp(t)/t.

Syntax:

a := Ei(b);

real
  a  
real
  b  

Description:

\int_{-\infty}^x frac{exp(t)}{t}dt


Example:


kash> Ei(1.0);
> 1.895117816355936755466520934331634269017060581732


<- back[back] [prev] [next] [index] [root]