mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-01 11:34:40 +00:00
Added SDL_nextafter() and SDL_nextafterf()
This commit is contained in:
@@ -640,6 +640,8 @@ extern DECLSPEC double SDLCALL SDL_log10(double x);
|
||||
extern DECLSPEC float SDLCALL SDL_log10f(float x);
|
||||
extern DECLSPEC double SDLCALL SDL_modf(double x, double *y);
|
||||
extern DECLSPEC float SDLCALL SDL_modff(float x, float *y);
|
||||
extern DECLSPEC double SDLCALL SDL_nextafter(double from, double to);
|
||||
extern DECLSPEC float SDLCALL SDL_nextafterf(float from, float to);
|
||||
extern DECLSPEC double SDLCALL SDL_pow(double x, double y);
|
||||
extern DECLSPEC float SDLCALL SDL_powf(float x, float y);
|
||||
extern DECLSPEC double SDLCALL SDL_round(double x);
|
||||
|
||||
Reference in New Issue
Block a user