ATLAS Offline Software
Loading...
Searching...
No Matches
SbMath.h File Reference
#include <cmath>
Include dependency graph for SbMath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SbMinimum(a, b)
#define SbMaximum(a, b)
#define FCOS(x)
#define FSIN(x)
#define FTAN(x)
#define FATAN(x)
#define FFABS(x)

Macro Definition Documentation

◆ FATAN

#define FATAN ( x)
Value:
((float)atan((double)(x)))
#define x

Definition at line 18 of file SbMath.h.

◆ FCOS

#define FCOS ( x)
Value:
((float)cos((double)(x)))

Definition at line 13 of file SbMath.h.

◆ FFABS

#define FFABS ( x)
Value:
((float)fabs((double)(x)))

Definition at line 24 of file SbMath.h.

◆ FSIN

#define FSIN ( x)
Value:
((float)sin((double)(x)))

Definition at line 14 of file SbMath.h.

◆ FTAN

#define FTAN ( x)
Value:
((float)tan((double)(x)))

Definition at line 17 of file SbMath.h.

◆ SbMaximum

#define SbMaximum ( a,
b )
Value:
((a)>(b)?a:b)
static Double_t a

Definition at line 11 of file SbMath.h.

◆ SbMinimum

#define SbMinimum ( a,
b )
Value:
((a)<(b)?a:b)

Definition at line 10 of file SbMath.h.