#include <stdlib.h>
#include <math.h>
Include dependency graph for misc.cpp:
Namespaces | |
namespace | SPUC |
Functions | |
bool | SPUC::reduce (long x, long n) |
double | SPUC::erfc1 (double x) |
double | SPUC::erf1 (double x) |
long | SPUC::round (long in, long bits) |
long | SPUC::saturate (long in, long bits) |
void | SPUC::swap (int *a, int *b) |
void | SPUC::quicksort (int *v, unsigned n) |