REAL FUNCTION PLEGENDG ( L, M, COSTH )

Argument Definitions (+ indicates altered content)
INTEGER            L,          M
REAL*8             COSTH
Description
                                                                        * 
  Copyright (C) 1996 Leif Laaksonen, Dage Sundholm                      * 
  Copyright (C) 1996-2010 Jacek Kobus               * 
                                                                        * 
  This program is free software; you can redistribute it and/or modify  * 
  it under the terms of the GNU General Public License version 2 as     * 
  published by the Free Software Foundation.                            * 
                                                                        * 
 
### plegendg ### 
    Evaluates and returns a value of the associated Lagendre polynomial 
    P_{lm}(\cos \theta)
Source file:plegendg.f
Intrinsic Functions Called
DOUBLE PRECISION   DBLE
GENERIC*8          ABS
External Functions and Subroutines Called
REAL*8             FACTOR,     HYPG2F1
Local Variables (+ indicates altered content)
REAL*8            +CT,        +CT1,       +FN0
Referenced Common Block Variables (+ indicates altered content)
CONSFP             REAL*8             ONE,       PRECIS
CONSFP             REAL*8             TWO,       ZERO
CONSINT            INTEGER            IONE