Artifact 2a437278a2246960ba1d7f8ec5912ff46a4461a4d5384b44ca0609ee3be8178a:
- Executable file
r37/lisp/csl/html/r37_0291.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: 838) [annotate] [blame] [check-ins using] [more...]
<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>