File r37/lisp/csl/html/r37_0328.html artifact 6a04e98cf5 part of check-in e1a8550313
<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>