#include <mathNumbers.h>
Private Attributes | |
PUBLISHED | __pad0__: static const float pi_f |
Static Private Attributes | |
const float | rad_2_deg_f = 180.0 / MathNumbers::pi |
const float | deg_2_rad_f = MathNumbers::pi / 180.0 |
const float | ln2_f = log(2.0) |
const double | pi = 4.0 * atan(1.0) |
const double | ln2 = log(2.0) |
const double | rad_2_deg = 180.0 / MathNumbers::pi |
const double | deg_2_rad = MathNumbers::pi / 180.0 |
|
Definition at line 25 of file mathNumbers.h. |
|
Definition at line 25 of file mathNumbers.cxx. Referenced by deg_2_rad(). |
|
Definition at line 30 of file mathNumbers.cxx. Referenced by deg_2_rad(). |
|
Definition at line 23 of file mathNumbers.cxx. |
|
Definition at line 28 of file mathNumbers.cxx. |
|
Definition at line 22 of file mathNumbers.cxx. |
|
Definition at line 24 of file mathNumbers.cxx. Referenced by rad_2_deg(). |
|
Definition at line 29 of file mathNumbers.cxx. Referenced by rad_2_deg(). |