Revert "Added SDL_nextafter() and SDL_nextafterf()"
This reverts commit bc5d074818.
It's not clear that we need these yet, so I'm going to remove them for now.
This commit is contained in:
@@ -37,8 +37,6 @@ double SDL_uclibc_fmod(double x, double y);
|
||||
double SDL_uclibc_log(double x);
|
||||
double SDL_uclibc_log10(double x);
|
||||
double SDL_uclibc_modf(double x, double *y);
|
||||
double SDL_uclibc_nextafter(double from, double to);
|
||||
float SDL_uclibc_nextafterf(float from, float to);
|
||||
double SDL_uclibc_pow(double x, double y);
|
||||
double SDL_uclibc_scalbn(double x, int n);
|
||||
double SDL_uclibc_sin(double x);
|
||||
|
||||
Reference in New Issue
Block a user