Artifact b397adcdaa05096af9cc3a1cb5bae9bf11a950b4e888e2c5c036de91855ae246:
- Executable file
r37/lisp/csl/html/r37_0330.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: 811) [annotate] [blame] [check-ins using] [more...]
<A NAME=ROUNDED> <TITLE>ROUNDED</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ROUNDED</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When <em>rounded</em> is on, floating-point arithmetic is enabled, with precision initially at a system default value, which is usually 12 digits. The precise number can be found by the command <A HREF=r37_0214.html>precision</A>(0). <P> <H3> examples: </H3> <P><PRE><TT> pi; PI 35/217; 5 -- 31 on rounded; pi; 3.14159265359 35/217; 0.161 sqrt(3); 1.73205080756 </TT></PRE><P><P> <P> If more than the default number of decimal places are required, use the <A HREF=r37_0214.html>precision</A> command to set the required number. <P> <P> <P>