#include <cstdlib>#include "misc.h"Include dependency graph for misc.cpp:

Namespaces | |
| namespace | SPUC |
Functions | |
| bool | SPUC::reduce (long x, long n) |
| Exclusive or the bits in x together. | |
| float_type | SPUC::erfc1 (float_type x) |
| Standard erfc1 function. | |
| float_type | SPUC::erf1 (float_type x) |
| Standard erf1 function. | |
| void | SPUC::swap (int *a, int *b) |
| Swap two integers. | |
| void | SPUC::quicksort (int *v, unsigned n) |
| Quicksort routine for array of integers. | |
1.4.7