Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assaultcube/AC
/ floatret
Function
floatret
source/src/command.cpp:473–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
}
472
473
void floatret(float v, bool neat)
474
{
475
commandret = newstring(floatstr(v, neat));
476
}
477
478
void result(const char *s) { commandret = newstring(s); }
479
COMMAND(result,
"s"
);
Callers
7
getvarrange
Function · 0.85
addf_
Function · 0.85
mulf_
Function · 0.85
subf_
Function · 0.85
divf_
Function · 0.85
modf_
Function · 0.85
powf_
Function · 0.85
Calls
2
newstring
Function · 0.85
floatstr
Function · 0.85
Tested by
no test coverage detected