Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ SDL_sqrt
Function
SDL_sqrt
deps/SDL2/src/stdlib/SDL_stdlib.c:389–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
387
}
388
389
double
390
SDL_sqrt(double x)
391
{
392
#if defined(HAVE_SQRT)
393
return sqrt(x);
394
#else
395
return SDL_uclibc_sqrt(x);
396
#endif
397
}
398
399
float
400
SDL_sqrtf(float x)
Callers
9
drawCircle
Function · 0.85
rotate_matrix
Function · 0.85
kaiser_and_sinc
Function · 0.85
SDL_acos
Function · 0.85
SDL_sqrtf
Function · 0.85
dollarDifference
Function · 0.85
dollarNormalize
Function · 0.85
SDL_GestureProcessEvent
Function · 0.85
SDL_ComputeDiagonalDPI
Function · 0.85
Calls
1
sqrt
Function · 0.50
Tested by
2
drawCircle
Function · 0.68
rotate_matrix
Function · 0.68