Go to the source code of this file.
Classes | |
| class | CMath |
| Class which collects generic mathematical functions. More... | |
Defines | |
| #define | NAN (strtod("NAN",NULL)) |
| workaround for log2 being a define on cygwin | |
| #define | RNG_SEED_SIZE 256 |
| #define | RADIX_STACK_SIZE 512 |
| #define | radix_push(a, n, i) sp->sa = a, sp->sn = n, (sp++)->si = i |
| #define | radix_pop(a, n, i) a = (--sp)->sa, n = sp->sn, i = sp->si |
| #define NAN (strtod("NAN",NULL)) |
workaround for log2 being a define on cygwin
workaround a bug in std cmath end of workaround a bug in std cmath
Definition at line 81 of file Mathematics.h.
| #define radix_pop | ( | a, | ||
| n, | ||||
| i | ||||
| ) | a = (--sp)->sa, n = sp->sn, i = sp->si |
Definition at line 92 of file Mathematics.h.
| #define radix_push | ( | a, | ||
| n, | ||||
| i | ||||
| ) | sp->sa = a, sp->sn = n, (sp++)->si = i |
Definition at line 91 of file Mathematics.h.
| #define RADIX_STACK_SIZE 512 |
Definition at line 88 of file Mathematics.h.
| #define RNG_SEED_SIZE 256 |
Definition at line 85 of file Mathematics.h.