Artifact e29a57898529f737e534986cb126d81540828b95114972ababcd2b1685024c71:
- Executable file
r37/lisp/csl/html/r37_0437.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: 563) [annotate] [blame] [check-ins using] [more...]
<A NAME=ROOTACC> <TITLE>ROOTACC</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ROOTACC</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The operator <em>rootacc</em> allows you to set the accuracy up to which the roots package computes its results. <P> <H3> syntax: </H3> <P> <P> <em>rootacc</em>(<n>) <P> <P> <P> Here <n> is an integer value. The internal accuracy of the <em>roots</em> package is adjusted to a value of <em>max(6,n)</em>. The default value is <em>6</em>. <P> <P>