vega
Namespaces | Functions
math.h File Reference
#include <stdint.h>
Include dependency graph for math.h:
This graph shows which files directly or indirectly include this file:

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)