Artifact 6a04e98cf51d3ffa5a38796b2d3aaef828527b483370b129e67683ccce3b1e90:
- Executable file
r37/lisp/csl/html/r37_0328.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: 536) [annotate] [blame] [check-ins using] [more...]
<A NAME=ROUNDALL> <TITLE>ROUNDALL</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ROUNDALL</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> In <A HREF=r37_0330.html>rounded</A> mode, rational numbers are normally converted to a floating point representation. If <em>roundall</em> is off, this conversion does not occur. <em>roundall</em> is normally <em>on</em>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> on rounded; 1/2; 0.5 off roundall; </TT></PRE><P>