|
glucat 0.12.0
|
#include <boost/version.hpp>#include <cmath>

Go to the source code of this file.
Macros | |
| #define | _GLUCAT_ISNAN(x) (x != x) |
| #define | _GLUCAT_ISINF(x) (!_GLUCAT_ISNAN(x) && _GLUCAT_ISNAN(x-x)) |
| #define | UBLAS_ABS abs |
| #define | UBLAS_SQRT sqrt |
| #define _GLUCAT_ISINF | ( | x | ) | (!_GLUCAT_ISNAN(x) && _GLUCAT_ISNAN(x-x)) |
Definition at line 43 of file portability.h.
| #define _GLUCAT_ISNAN | ( | x | ) | (x != x) |
Definition at line 42 of file portability.h.
| #define UBLAS_ABS abs |
Definition at line 51 of file portability.h.
| #define UBLAS_SQRT sqrt |
Definition at line 52 of file portability.h.