REAL FUNCTION HYPG2F1 ( NA, NB, NC, X )

Argument Definitions (+ indicates altered content)
INTEGER            NA,         NB,         NC
REAL*8             X
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.                            * 
                                                                        * 
 
### hypg2f1 ### 
    Evaluates and returns a value of the generalized hypergeometric 
    function _2F_1 = 1+abx/c+a(a+1)b(b+1)x^2/(2!(c(c+1))+...
Source file:hypg2f1.f
Intrinsic Functions Called
DOUBLE PRECISION   DBLE
Local Variables (+ indicates altered content)
INTEGER           +I
REAL*8            +A,         +B,         +C,         +T