Artifact 4943ee16827cfaa8b5694f9653a04c831ba5b6b5ca682a0fae8997e03d79bbee:
- Executable file
r37/lisp/csl/html/r37_0326.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: 737) [annotate] [blame] [check-ins using] [more...]
<A NAME=REVPRI> <TITLE>REVPRI</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>REVPRI</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When the <em>revpri</em> switch is on, terms are printed in reverse order from the normal printing order. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> x**5 + x**2 + 18 + sqrt(y); 5 2 SQRT(Y) + X + X + 18 a + b + c + w; A + B + C + W on revpri; x**5 + x**2 + 18 + sqrt(y); 2 5 17 + X + X + SQRT(Y) a + b + c + w; W + C + B + A </TT></PRE><P>Turn <em>revpri</em> on when you want to display a polynomial in a scending rather than descending order. <P> <P> <P>