Mercurial > hg > octave-lyh
changeset 7517:f88b720bf254
legendre.m: modified help text.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Wed, 20 Feb 2008 22:35:46 -0500 |
parents | 6688a33edc04 |
children | 76c8b57d95dc |
files | scripts/specfun/legendre.m |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/specfun/legendre.m +++ b/scripts/specfun/legendre.m @@ -20,10 +20,11 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{l} =} legendre (@var{n}, @var{x}) ## @deftypefnx {Function File} {@var{l} =} legendre (@var{n}, @var{x}, @var{normalization}) -## Compute the Legendre function of degree @var{n} and order @var{m}. -## The optional argument my be one of @code{"unnorm"}, @code{"sch"}, or -## @code{"norm"}. The default is @code{"unnorm"}. -## The value of @var{n} must be a non-negative scalar integer. +## Compute the Legendre function of degree @var{n} and order +## @var{m} = 0 ... N. The optional argument, @var{normalization}, +## may be one of @code{"unnorm"}, @code{"sch"}, or @code{"norm"}. +## The default is @code{"unnorm"}. The value of @var{n} must be a +## non-negative scalar integer. ## ## If the optional argument @var{normalization} is missing or is ## @code{"unnorm"}, compute the Legendre function of degree @var{n} and