comparison scripts/specfun/legendre.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents 2e9af3363669
children 1cd7c39a96ee
comparison
equal deleted inserted replaced
9044:656ad518f385 9051:1bf0ce0930be
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {@var{l} =} legendre (@var{n}, @var{x}) 21 ## @deftypefn {Function File} {@var{l} =} legendre (@var{n}, @var{x})
22 ## @deftypefnx {Function File} {@var{l} =} legendre (@var{n}, @var{x}, @var{normalization}) 22 ## @deftypefnx {Function File} {@var{l} =} legendre (@var{n}, @var{x}, @var{normalization})
23 ## Compute the Legendre function of degree @var{n} and order 23 ## Compute the Legendre function of degree @var{n} and order
24 ## @var{m} = 0 ... N. The optional argument, @var{normalization}, 24 ## @var{m} = 0 @dots{} N. The optional argument, @var{normalization},
25 ## may be one of @code{"unnorm"}, @code{"sch"}, or @code{"norm"}. 25 ## may be one of @code{"unnorm"}, @code{"sch"}, or @code{"norm"}.
26 ## The default is @code{"unnorm"}. The value of @var{n} must be a 26 ## The default is @code{"unnorm"}. The value of @var{n} must be a
27 ## non-negative scalar integer. 27 ## non-negative scalar integer.
28 ## 28 ##
29 ## If the optional argument @var{normalization} is missing or is 29 ## If the optional argument @var{normalization} is missing or is
30 ## @code{"unnorm"}, compute the Legendre function of degree @var{n} and 30 ## @code{"unnorm"}, compute the Legendre function of degree @var{n} and
31 ## order @var{m} and return all values for @var{m} = 0 @dots{} @var{n}. 31 ## order @var{m} and return all values for @var{m} = 0 @dots{} @var{n}.