Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Round
Method
Round
BeefRT/rt/Math.cpp:178–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
float Math::Round(float a)
179
{
180
return roundf(a);
181
}
182
183
double Math::Round(double a)
184
{
Callers
nothing calls this directly
Calls
2
roundf
Function · 0.85
round
Function · 0.85
Tested by
no test coverage detected