uLib-0.2
|
#include <math.h>
#include <limits>
#include <float.h>
Go to the source code of this file.
Namespaces | |
uLib | |
Macros | |
#define | fastSign(x) ((x>0)-(x<0)) |
Functions | |
bool | uLib::isFinite (float x) |
bool | uLib::isFinite (double x) |
template<typename T > | |
int | uLib::sign (T val) |
#define fastSign | ( | x | ) | ((x>0)-(x<0)) |