Artifact 066590b5ff2c7792d72c6598c777694bd9d9a3547c20cf8298c375248ac38c61:
- Executable file
r37/lisp/csl/html/r37_0270.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: 812) [annotate] [blame] [check-ins using] [more...]
<A NAME=BFSPACE> <TITLE>BFSPACE</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>BFSPACE</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> Floating point numbers are normally printed in a compact notation (either fixed point or in scientific notation if <A HREF=r37_0219.html>SCIENTIFIC_NOTATION</A> has been used). In some (but not all) cases, it helps comprehensibility if spaces are inserted in the number at regular intervals. The switch <em>bfspace</em>, if on, will cause a blank to be inserted in the number after every five characters. <P> <H3> examples: </H3> <P><PRE><TT> on rounded; 1.2345678; 1.2345678 on bfspace; 1.2345678; 1.234 5678 </TT></PRE><P><P> <P> <em>bfspace</em>is normally off. <P> <P> <P>