![]() |
The Gaudi Framework
v26r0
|
Provide the function cbrt (gcc specific) to all platforms. More...
#include <cmath>
Go to the source code of this file.
Macros | |
| #define | cbrt_for_int_type(t) inline double cbrt( t __x ) { return cbrt ( static_cast<double>(__x) ); } |
Functions | |
| double | cbrt (double __x) |
| float | cbrt (float __x) |
| long double | cbrt (long double __x) |
Provide the function cbrt (gcc specific) to all platforms.
Definition in file cbrt.h.
|
inline |
|
inline |