diff doc/interpreter/poly.txi @ 11538:6eded7561d9d

Add undocumented polyaffine function to documentation.
author Rik <octave@nomad.inbox5.com>
date Fri, 14 Jan 2011 16:58:44 -0800
parents 702dbd0c53f5
children 663594b481e5
line wrap: on
line diff
--- a/doc/interpreter/poly.txi
+++ b/doc/interpreter/poly.txi
@@ -41,7 +41,7 @@
 * Evaluating Polynomials::
 * Finding Roots::
 * Products of Polynomials::
-* Derivatives and Integrals::
+* Derivatives / Integrals / Transforms::
 * Polynomial Interpolation::
 * Miscellaneous Functions::
 @end menu
@@ -103,8 +103,8 @@
 
 @DOCSTRING(residue)
 
-@node Derivatives and Integrals
-@section Derivatives and Integrals
+@node Derivatives / Integrals / Transforms
+@section Derivatives / Integrals / Transforms
 
 Octave comes with functions for computing the derivative and the integral
 of a polynomial.  The functions @code{polyderiv} and @code{polyint}
@@ -126,6 +126,8 @@
 
 @DOCSTRING(polyint)
 
+@DOCSTRING(polyaffine)
+
 @node Polynomial Interpolation
 @section Polynomial Interpolation