Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ SDL_fabs
Function
SDL_fabs
deps/SDL2/src/stdlib/SDL_stdlib.c:223–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
double
224
SDL_fabs(double x)
225
{
226
#if defined(HAVE_FABS)
227
return fabs(x);
228
#else
229
return SDL_uclibc_fabs(x);
230
#endif
231
}
232
233
float
234
SDL_fabsf(float x)
Callers
6
drawLine
Function · 0.85
drawCircle
Function · 0.85
UpdateLogicalSize
Function · 0.85
SDLgfx_rotozoomSurfaceSizeTrig
Function · 0.85
SDL_fabsf
Function · 0.85
bestDollarDifference
Function · 0.85
Calls
1
fabs
Function · 0.85
Tested by
2
drawLine
Function · 0.68
drawCircle
Function · 0.68