#include <math.h>
#include "MathArray.h"
Go to the source code of this file.
|
| #define | M_PI 3.14159265358979323846 |
| |
| #define | PME_MAX_EVALS 255 |
| |
| #define | SQRT_PI 1.7724538509055160273 /* mathematica 15 digits*/ |
| |
◆ M_PI
| #define M_PI 3.14159265358979323846 |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 17 of file PmeBase.h.
◆ PME_MAX_EVALS
| #define PME_MAX_EVALS 255 |
◆ SQRT_PI
| #define SQRT_PI 1.7724538509055160273 /* mathematica 15 digits*/ |
◆ PmeReduction