vega
|
Functions | |
int | floori (double x) |
double | floorf (double x) |
int | ceili (double x) |
double | ceilf (double x) |
bool | isinteger (double x) |
double | frexp10 (double arg, int *exp) |
float | frexp10 (float arg, int *exp) |
unsigned | popcount (uint64_t x) |
double vega::math::ceilf | ( | double | x | ) |
int vega::math::ceili | ( | double | x | ) |
double vega::math::floorf | ( | double | x | ) |
int vega::math::floori | ( | double | x | ) |
double vega::math::frexp10 | ( | double | arg, |
int * | exp | ||
) |
float vega::math::frexp10 | ( | float | arg, |
int * | exp | ||
) |
bool vega::math::isinteger | ( | double | x | ) |
unsigned vega::math::popcount | ( | uint64_t | x | ) |