Artifact 22b3bf4fa3a474d8020cd054f4179cd8c4acb53670085762f59d44ae1b849f89:
- Executable file
r37/lisp/csl/html/r37_0325.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: 598) [annotate] [blame] [check-ins using] [more...]
<A NAME=RATPRI> <TITLE>RATPRI</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>RATPRI</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When the <em>ratpri</em> switch is on, rational expressions and fractions are printed as two lines separated by a fraction bar, rather than in a linear style. Default is <em>on</em>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> 3/17; 3 -- 17 2/b + 3/y; 3*B + 2*Y --------- B*Y off ratpri; 3/17; 3/17 2/b + 3/y; (3*B + 2*Y)/(B*Y) </TT></PRE><P>