<A NAME=FULLPREC>
<TITLE>FULLPREC</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>FULLPREC</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P>
<P>
<P>
<P>
Trailing zeroes of rounded numbers to the full system precision are
normally not printed. If this information is needed, for example to get a
more understandable indication of the accuracy of certain data, the switch
<em>fullprec</em> can be turned on.
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
on rounded;
1/2;
0.5
on fullprec;
ws;
0.500000000000
</TT></PRE><P>This is just an output options which neither influences
the accuracy of the computation nor does it give additional
information about the precision of the results.
See also
<A HREF=r37_0219.html>scientific_notation</A>.
<P>
<P>
<P>