MCPcopy 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

22static ImageId logoImg = images_logo_idx;
23
24static inline float floatFract(float x)
25{
26 return x - floorf(x);
27}
28
29static float randomFloat(void)
30{

Callers 1

randomFloatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected