#include <cmath>
Include dependency graph for cbrt.h:
Go to the source code of this file.
Defines | |
#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) |
Definition in file cbrt.h.
#define cbrt_for_int_type | ( | t | ) | inline double cbrt( t __x ) { return cbrt ( static_cast<double>(__x) ); } |
double cbrt | ( | double | __x | ) | [inline] |
float cbrt | ( | float | __x | ) | [inline] |
long double cbrt | ( | long double | __x | ) | [inline] |