#include <math.h>
#include <stdlib.h>
#include "cephes.h"
#include "polevl.h"
#include "sf_error.h"
Go to the source code of this file.
◆ cephes_isfinite
◆ cephes_isinf
◆ cephes_isnan
◆ DENORMAL
◆ EDOM
◆ ERANGE
◆ gamma
◆ M_1_PI [1/2]
      
        
          | #define M_1_PI   0.31830988618379067154 /* 1/pi */ | 
      
 
 
◆ M_1_PI [2/2]
      
        
          | #define M_1_PI   0.318309886183790671538 | 
      
 
 
◆ M_2_PI [1/2]
      
        
          | #define M_2_PI   0.63661977236758134308 /* 2/pi */ | 
      
 
 
◆ M_2_PI [2/2]
      
        
          | #define M_2_PI   0.636619772367581343076 | 
      
 
 
◆ M_2_SQRTPI
      
        
          | #define M_2_SQRTPI   1.12837916709551257390 | 
      
 
 
◆ M_E
      
        
          | #define M_E   2.71828182845904523536 | 
      
 
 
◆ M_LN10
      
        
          | #define M_LN10   2.30258509299404568402 | 
      
 
 
◆ M_LN2
      
        
          | #define M_LN2   0.693147180559945309417 | 
      
 
 
◆ M_LOG10E
      
        
          | #define M_LOG10E   0.434294481903251827651 | 
      
 
 
◆ M_LOG2E
      
        
          | #define M_LOG2E   1.44269504088896340736 | 
      
 
 
◆ M_PI [1/2]
      
        
          | #define M_PI   3.14159265358979323846 | 
      
 
 
◆ M_PI [2/2]
      
        
          | #define M_PI   3.14159265358979323846 | 
      
 
 
◆ M_PI_2 [1/2]
      
        
          | #define M_PI_2   1.57079632679489661923 /* pi/2 */ | 
      
 
 
◆ M_PI_2 [2/2]
      
        
          | #define M_PI_2   1.57079632679489661923 | 
      
 
 
◆ M_PI_4
      
        
          | #define M_PI_4   0.785398163397448309616 | 
      
 
 
◆ M_SQRT1_2
      
        
          | #define M_SQRT1_2   0.707106781186547524401 | 
      
 
 
◆ M_SQRT2
      
        
          | #define M_SQRT2   1.41421356237309504880 | 
      
 
 
◆ MAXITER
◆ SCIPY_El
      
        
          | #define SCIPY_El   2.718281828459045235360287471352662498L  /* e as long double */ | 
      
 
 
◆ SCIPY_EULER
      
        
          | #define SCIPY_EULER   0.577215664901532860606512090082402431   /* Euler constant */ | 
      
 
 
◆ UNK