git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12231 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -25,6 +25,8 @@ namespace MathConst {
|
||||
static const double MY_PI2 = 1.57079632679489661923; // pi/2
|
||||
static const double MY_PI4 = 0.78539816339744830962; // pi/4
|
||||
static const double MY_PIS = 1.77245385090551602729; // sqrt(pi)
|
||||
static const double MY_SQRT2 = 1.41421356237309504880; // sqrt(2)
|
||||
static const double MY_CBRT2 = 1.25992104989487316476; // 2*(1/3)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user