| Commit | Line | Data |
| d16cb070 |
1 | * Initialize random number generator in tests which call random_$TYPE() |
| 3fdf68d0 |
2 | * static-fy all non-exported symbols in *.c -- DONE |
| 3 | * const-ify all objects that shouldn't modified -- DONE |
| 4 | * Allow ulps to be calculated on a per-function basis -- DONE |
| b0f5013c |
5 | * Allow ulps to be calculated for float and long versions as well -- PDONE |
| 6 | * Add profiling capabilities for all math.h functions -- DONE |
| 7 | * Add profiling capabilities for all complex.h functions -- DONE |
| 8 | * Add good (x, $f(x)) pairs for all test cases -- PDONE |
| 3fdf68d0 |
9 | * #ifdef protect all long double math functions -- DONE |
| b0f5013c |
10 | * Provide a long double version of M_PI and use it where due -- DONE |