Artifact 21ed9b0a814e8a2335fd18a9b2ba3fa03cf0ee074b3e4d5c3d888bb56ac66e9e:
- Executable file
r37/lisp/csl/html/r37_0071.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: 875) [annotate] [blame] [check-ins using] [more...]
<A NAME=ADJPREC> <TITLE>ADJPREC</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ADJPREC</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When a real number is input, it is normally truncated to the <A HREF=r37_0214.html>precision</A> in effect at the time the number is read. If it is desired to keep the full precision of all numbers input, the switch <em>adjprec</em> (for <adjust precision>) can be turned on. While on, <em>adjprec</em> will automatically increase the precision, when necessary, to match that of any integer or real input, and a message printed to inform the user of the precision increase. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> on rounded; 1.23456789012345; 1.23456789012 on adjprec; 1.23456789012345; *** precision increased to 15 </TT></PRE><P>