File r37/lisp/csl/html/r37_0094.html from the latest check-in
<A NAME=NOCONVERT> <TITLE>NOCONVERT</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>NOCONVERT</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> Under normal circumstances when <em>rounded</em> is on, REDUCE converts the number 1.0 to the integer 1. If this is not desired, the switch <em>noconvert</em> can be turned on. <P> <H3> examples: </H3> <P><PRE><TT> on rounded; 1.0000000000001; 1 on noconvert; 1.0000000000001; 1.0 </TT></PRE><P><P> <P>