Boost logo

Boost-Commit :

From: lord.zerom1nd_at_[hidden]
Date: 2008-08-29 09:14:29


Author: kieliszczyk
Date: 2008-08-29 09:14:28 EDT (Fri, 29 Aug 2008)
New Revision: 48448
URL: http://svn.boost.org/trac/boost/changeset/48448

Log:
poly
Text files modified:
   sandbox/SOC/2008/polynomial/libs/docs/index.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2008/polynomial/libs/docs/index.html
==============================================================================
--- sandbox/SOC/2008/polynomial/libs/docs/index.html (original)
+++ sandbox/SOC/2008/polynomial/libs/docs/index.html 2008-08-29 09:14:28 EDT (Fri, 29 Aug 2008)
@@ -620,7 +620,7 @@
 These function were written especially for Polynomial Library but may be used separately as well. Usage of them should be clear but there is one thing that should be explained. If you want to use evaluate_polynomial() or evaluate_polynomial_faithfully() function, you should use the following representation of your coefficients:
 <ul>
   <li> <b>*first</b> is the coefficient for <b>x(n-1)</b> term where <b>n = std::distance(first, last)</b>,</li>
- <li> <b>*(first+1)</b> is the coefficient for <b>x^(n-1)</b> term,</li>
+ <li> <b>*(first+1)</b> is the coefficient for <b>x^(n-2)</b> term,</li>
   <li> ...</li>
   <li> <b>*(last-1)</b> is the coefficient for <b>x^0</b> term.</li>
 </ul>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk