ATLAS Offline Software
|
#include <cmath>
Go to the source code of this file.
Macros | |
#define | SbMinimum(a, b) ((a)<(b)?a:b) |
#define | SbMaximum(a, b) ((a)>(b)?a:b) |
#define | FCOS(x) ((float)cos((double)(x))) |
#define | FSIN(x) ((float)sin((double)(x))) |
#define | FTAN(x) ((float)tan((double)(x))) |
#define | FATAN(x) ((float)atan((double)(x))) |
#define | FFABS(x) ((float)fabs((double)(x))) |