Artifact a6df37ca5d8ce01c9da5ad4a998af5bb0f50716ad5d28bcfa9dd202564eb6c44:
- Executable file
r37/lisp/csl/html/r37_0165.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 663) [annotate] [blame] [check-ins using] [more...]
<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>