changeset 22523:ea9df75c9c71

legendre.m: Clarify that "associated Legendre functions" are calculated (bug #49129). * legendre.m: Clarify docstring to state that "associated Legendre functions" are calculated.
author Rik <rik@octave.org>
date Wed, 21 Sep 2016 09:19:13 -0700
parents 1872f49cfa2e
children 88377b002a01
files scripts/specfun/legendre.m
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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}
 ##