Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

misc.h

Go to the documentation of this file.
00001 #include <stdlib.h>
00002 #include <math.h>
00003 namespace SPUC {
00004         bool reduce(long x, long n);
00005         double erfc1(double x);
00006         double erf1(double x);
00007         long round(long in, long bits);
00008         long saturate(long in, long bits);
00009         void swap(int *a, int *b);
00010         void quicksort(int* v, unsigned n);
00011 } // namespace SPUC 

Generated on Fri Sep 16 11:02:25 2005 for spuc by  doxygen 1.4.4