MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SDL_ceilf

Function SDL_ceilf

deps/SDL2/src/stdlib/SDL_stdlib.c:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145float
146SDL_ceilf(float x)
147{
148#if defined(HAVE_CEILF)
149 return ceilf(x);
150#else
151 return (float)SDL_ceil((float)x);
152#endif
153}
154
155double
156SDL_copysign(double x, double y)

Callers 2

PSP_QueueCopyFunction · 0.85
SetHomeLEDFunction · 0.85

Calls 1

SDL_ceilFunction · 0.85

Tested by

no test coverage detected