![]() |
Mixxx
|


Go to the source code of this file.
Functions | |
| CSAMPLE | besseli (CSAMPLE) |
| int | sign (CSAMPLE) |
| int | invmatrix (CSAMPLE *) |
| void | polcoe (CSAMPLE x[], CSAMPLE y[], int n, CSAMPLE cof[]) |
| CSAMPLE | mod2pi (CSAMPLE) |
| CSAMPLE | arctan2 (CSAMPLE y, CSAMPLE x) |
| CSAMPLE | wndKaiser (CSAMPLE *wnd, int size, CSAMPLE beta) |
| CSAMPLE | wndKaiserSample (int size, CSAMPLE beta, int i) |
| bool | even (long n) |
| double | qip (CSAMPLE x, unsigned int n) |
| float | sigmoid_zero (double t, double max_t) |
Definition at line 130 of file mathstuff.cpp.
| bool even | ( | long | n | ) |
| int invmatrix | ( | CSAMPLE * | ) |
Definition at line 55 of file mathstuff.cpp.
Definition at line 104 of file mathstuff.cpp.
Definition at line 73 of file mathstuff.cpp.
| double qip | ( | CSAMPLE | x, |
| unsigned int | n | ||
| ) |
Compute pow(x,n) for positive integer n through repeated squarings
Definition at line 188 of file mathstuff.cpp.
| float sigmoid_zero | ( | double | t, |
| double | max_t | ||
| ) |
Definition at line 209 of file mathstuff.cpp.
| int sign | ( | CSAMPLE | ) |