Mercurial > hg > octave-nkf
diff scripts/polynomial/ppint.m @ 11536:702dbd0c53f5
Add undocumented ppder, ppint, ppjumps functions to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 14 Jan 2011 15:55:45 -0800 |
parents | fd0a3ac60b0e |
children | c792872f8942 |
line wrap: on
line diff
--- a/scripts/polynomial/ppint.m +++ b/scripts/polynomial/ppint.m @@ -17,10 +17,11 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {@var{ppi} =} ppint (@var{pp}, @var{c}) -## Computes the antiderivative of a piecewise polynomial struct @var{pp}. +## @deftypefn {Function File} {@var{ppi} =} ppint (@var{pp}) +## @deftypefnx {Function File} {@var{ppi} =} ppint (@var{pp}, @var{c}) +## Compute the integral of the piecewise polynomial struct @var{pp}. ## @var{c}, if given, is the constant of integration. -## @seealso{mkpp,ppval} +## @seealso{mkpp,ppval,ppder} ## @end deftypefn function ppi = ppint (pp, c)