Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ floatFract
Function
floatFract
source/ui/background.c:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
static ImageId logoImg = images_logo_idx;
23
24
static inline float floatFract(float x)
25
{
26
return x - floorf(x);
27
}
28
29
static float randomFloat(void)
30
{
Callers
1
randomFloat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected