<A NAME=NPRIMITIVE>
<TITLE>NPRIMITIVE</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>NPRIMITIVE</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P>
<P>
<P>
<P>
<P> <H3>
syntax: </H3>
<em>nprimitive</em>(<expression>) or <em>nprimitive</em>
<simple\_expression>
<P>
<P>
<P>
This operator returns the numerically-primitive part of any scalar
expression. In other words, any overall integer factors in the expression
are removed.
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
nprimitive((2x+2y)^2);
2 2
X + 2*X*Y + Y
nprimitive(3*a*b*c);
3*A*B*C
</TT></PRE><P>