Artifact 5f073306a4aa670ce9f71a45b001f085e28b2387ebb224346ab37eb08512f059:
- Executable file
r37/lisp/csl/html/r37_0423.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: 571) [annotate] [blame] [check-ins using] [more...]
<A NAME=numeric_accuracy> <TITLE>numeric_accuracy</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>NUMERIC ACCURACY</B><P> <P> The keyword parameters <em>accuracy=a</em> and <em>iterations=i</em>, where <em>a</em>and <em>i</em> must be positive integer numbers, control the iterative algorithms: the iteration is continued until the local error is below 10**-a; if that is impossible within <em>i</em> steps, the iteration is terminated with an error message. The values reached so far are then returned as the result. <P> <P>