vega
|
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
vega | |
vega::math | |
Functions | |
int | vega::math::floori (double x) |
double | vega::math::floorf (double x) |
int | vega::math::ceili (double x) |
double | vega::math::ceilf (double x) |
bool | vega::math::isinteger (double x) |
double | vega::math::frexp10 (double arg, int *exp) |
float | vega::math::frexp10 (float arg, int *exp) |
unsigned | vega::math::popcount (uint64_t x) |