<A NAME=IMPART>
<TITLE>IMPART</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>IMPART</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P>
<P>
<P>
<P>
<P> <H3>
syntax: </H3>
<em>impart</em>(<expression>) or <em>impart</em> <simple\_expression
>
<P>
<P>
<P>
This operator returns the imaginary part of an expression, if that
argument has an numerical value. A non-numerical argument is returned as
an expression in the operators
<A HREF=r37_0173.html>repart</A> and <em>impart</em>.
<P> <H3>
examples: </H3>
<P><PRE><TT>
impart(1+i);
1
impart(a+i*b);
REPART(B) + IMPART(A)
</TT></PRE><P><P>
<P>