Macros
mconf.h File Reference
#include <math.h>
#include <stdlib.h>
#include "cephes.h"
#include "polevl.h"
#include "sf_error.h"
Include dependency graph for mconf.h:

Go to the source code of this file.

Macros

#define cephes_isfinite(x)   isfinite(x)
 
#define cephes_isinf(x)   isinf(x)
 
#define cephes_isnan(x)   isnan(x)
 
#define DENORMAL   1
 
#define EDOM   33
 
#define ERANGE   34
 
#define gamma   Gamma
 
#define M_1_PI   0.31830988618379067154 /* 1/pi */
 
#define M_1_PI   0.318309886183790671538
 
#define M_2_PI   0.63661977236758134308 /* 2/pi */
 
#define M_2_PI   0.636619772367581343076
 
#define M_2_SQRTPI   1.12837916709551257390
 
#define M_E   2.71828182845904523536
 
#define M_LN10   2.30258509299404568402
 
#define M_LN2   0.693147180559945309417
 
#define M_LOG10E   0.434294481903251827651
 
#define M_LOG2E   1.44269504088896340736
 
#define M_PI   3.14159265358979323846
 
#define M_PI   3.14159265358979323846
 
#define M_PI_2   1.57079632679489661923 /* pi/2 */
 
#define M_PI_2   1.57079632679489661923
 
#define M_PI_4   0.785398163397448309616
 
#define M_SQRT1_2   0.707106781186547524401
 
#define M_SQRT2   1.41421356237309504880
 
#define MAXITER   500
 
#define SCIPY_El   2.718281828459045235360287471352662498L /* e as long double */
 
#define SCIPY_EULER   0.577215664901532860606512090082402431 /* Euler constant */
 
#define UNK   1
 

Macro Definition Documentation

◆ cephes_isfinite

#define cephes_isfinite (   x)    isfinite(x)

Definition at line 101 of file mconf.h.

◆ cephes_isinf

#define cephes_isinf (   x)    isinf(x)

Definition at line 100 of file mconf.h.

◆ cephes_isnan

#define cephes_isnan (   x)    isnan(x)

Definition at line 99 of file mconf.h.

◆ DENORMAL

#define DENORMAL   1

Definition at line 83 of file mconf.h.

◆ EDOM

#define EDOM   33

Definition at line 64 of file mconf.h.

◆ ERANGE

#define ERANGE   34

Definition at line 65 of file mconf.h.

◆ gamma

#define gamma   Gamma

Definition at line 85 of file mconf.h.

◆ M_1_PI [1/2]

#define M_1_PI   0.31830988618379067154 /* 1/pi */

Definition at line 120 of file mconf.h.

◆ M_1_PI [2/2]

#define M_1_PI   0.318309886183790671538

Definition at line 120 of file mconf.h.

◆ M_2_PI [1/2]

#define M_2_PI   0.63661977236758134308 /* 2/pi */

Definition at line 121 of file mconf.h.

◆ M_2_PI [2/2]

#define M_2_PI   0.636619772367581343076

Definition at line 121 of file mconf.h.

◆ M_2_SQRTPI

#define M_2_SQRTPI   1.12837916709551257390

Definition at line 122 of file mconf.h.

◆ M_E

#define M_E   2.71828182845904523536

Definition at line 112 of file mconf.h.

◆ M_LN10

#define M_LN10   2.30258509299404568402

Definition at line 116 of file mconf.h.

◆ M_LN2

#define M_LN2   0.693147180559945309417

Definition at line 115 of file mconf.h.

◆ M_LOG10E

#define M_LOG10E   0.434294481903251827651

Definition at line 114 of file mconf.h.

◆ M_LOG2E

#define M_LOG2E   1.44269504088896340736

Definition at line 113 of file mconf.h.

◆ M_PI [1/2]

#define M_PI   3.14159265358979323846

Definition at line 117 of file mconf.h.

◆ M_PI [2/2]

#define M_PI   3.14159265358979323846

Definition at line 117 of file mconf.h.

◆ M_PI_2 [1/2]

#define M_PI_2   1.57079632679489661923 /* pi/2 */

Definition at line 118 of file mconf.h.

◆ M_PI_2 [2/2]

#define M_PI_2   1.57079632679489661923

Definition at line 118 of file mconf.h.

◆ M_PI_4

#define M_PI_4   0.785398163397448309616

Definition at line 119 of file mconf.h.

◆ M_SQRT1_2

#define M_SQRT1_2   0.707106781186547524401

Definition at line 124 of file mconf.h.

◆ M_SQRT2

#define M_SQRT2   1.41421356237309504880

Definition at line 123 of file mconf.h.

◆ MAXITER

#define MAXITER   500

Definition at line 63 of file mconf.h.

◆ SCIPY_El

#define SCIPY_El   2.718281828459045235360287471352662498L /* e as long double */

Definition at line 129 of file mconf.h.

◆ SCIPY_EULER

#define SCIPY_EULER   0.577215664901532860606512090082402431 /* Euler constant */

Definition at line 128 of file mconf.h.

◆ UNK

#define UNK   1

Definition at line 80 of file mconf.h.



gtsam
Author(s):
autogenerated on Wed May 15 2024 15:27:13