vega
Functions
vega::math Namespace Reference

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)
 

Function Documentation

◆ ceilf()

double vega::math::ceilf ( double  x)

◆ ceili()

int vega::math::ceili ( double  x)

◆ floorf()

double vega::math::floorf ( double  x)

◆ floori()

int vega::math::floori ( double  x)

◆ frexp10() [1/2]

double vega::math::frexp10 ( double  arg,
int *  exp 
)

◆ frexp10() [2/2]

float vega::math::frexp10 ( float  arg,
int *  exp 
)

◆ isinteger()

bool vega::math::isinteger ( double  x)

◆ popcount()

unsigned vega::math::popcount ( uint64_t  x)