Go to the source code of this file.
Classes | |
| struct | radix_stack_t< T > |
| struct | pair |
| struct | thread_qsort |
| class | CMath |
Defines | |
| #define | NAN (strtod("NAN",NULL)) |
| #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)) |
Definition at line 52 of file Mathematics.h.
| #define radix_pop | ( | a, | |||
| n, | |||||
| i | ) | a = (--sp)->sa, n = sp->sn, i = sp->si |
Definition at line 64 of file Mathematics.h.
| #define radix_push | ( | a, | |||
| n, | |||||
| i | ) | sp->sa = a, sp->sn = n, (sp++)->si = i |
Definition at line 63 of file Mathematics.h.
| #define RADIX_STACK_SIZE 512 |
Definition at line 60 of file Mathematics.h.