<A NAME=Ei>
<TITLE>Ei</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>EI</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P>
<P>
<P>
<P>
The <em>Ei</em> operator returns the Exponential Integral function.
<P>
<P>
<P> <H3>
syntax: </H3>
<em>Ei</em>(<expression>)
<P>
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
df(ei(x),x);
x
e
---
x
on rounded;
Ei(0.35);
- 0.0894340019184
</TT></PRE><P>The numeric values for the operator <em>Ei</em> are computed via t
he
power series representation, which limits the argument range.
<P>
<P>
<P>