 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
10#define SbMinimum(a,b) ((a)<(b)?a:b)
11#define SbMaximum(a,b) ((a)>(b)?a:b)
13#define FCOS(x) ((float)cos((double)(x)))
14#define FSIN(x) ((float)sin((double)(x)))
17#define FTAN(x) ((float)tan((double)(x)))
18#define FATAN(x) ((float)atan((double)(x)))
24#define FFABS(x) ((float)fabs((double)(x)))