File r37/lisp/csl/html/r37_0094.html artifact 7d2d5816eb part of check-in a57e59ec0d



<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>


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]