# HG changeset patch # User Rik # Date 1474474753 25200 # Node ID ea9df75c9c71862a9d5b381e1233174a22ee9c3a # Parent 1872f49cfa2ee2b30e14e857262106e8b8c57bfc legendre.m: Clarify that "associated Legendre functions" are calculated (bug #49129). * legendre.m: Clarify docstring to state that "associated Legendre functions" are calculated. diff -r 1872f49cfa2e -r ea9df75c9c71 scripts/specfun/legendre.m --- a/scripts/specfun/legendre.m Sun Sep 18 22:38:42 2016 +0200 +++ b/scripts/specfun/legendre.m Wed Sep 21 09:19:13 2016 -0700 @@ -20,7 +20,7 @@ ## -*- texinfo -*- ## @deftypefn {} {@var{l} =} legendre (@var{n}, @var{x}) ## @deftypefnx {} {@var{l} =} legendre (@var{n}, @var{x}, @var{normalization}) -## Compute the Legendre function of degree @var{n} and order +## Compute the associated Legendre function of degree @var{n} and order ## @var{m} = 0 @dots{} @var{n}. ## ## The value @var{n} must be a real non-negative integer. @@ -32,11 +32,11 @@ ## is @qcode{"unnorm"}. ## ## When the optional argument @var{normalization} is @qcode{"unnorm"}, compute -## the Legendre function of degree @var{n} and order @var{m} and return all -## values for @var{m} = 0 @dots{} @var{n}. The return value has one dimension -## more than @var{x}. +## the associated Legendre function of degree @var{n} and order @var{m} and +## return all values for @var{m} = 0 @dots{} @var{n}. The return value has one +## dimension more than @var{x}. ## -## The Legendre Function of degree @var{n} and order @var{m}: +## The associated Legendre function of degree @var{n} and order @var{m}: ## ## @tex ## $$ @@ -134,8 +134,8 @@ ## ## When the optional argument @var{normalization} is @qcode{"norm"}, compute ## the fully normalized associated Legendre function. The fully normalized -## associated Legendre function is related to the unnormalized Legendre -## functions by the following: +## associated Legendre function is related to the unnormalized associated +## Legendre functions by the following: ## ## For Legendre functions of degree @var{n} and order @var{m} ##