Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ round_nearest
Function
round_nearest
Source/ThirdParty/pugixml/pugixml.cpp:7401–7404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7399
}
7400
7401
PUGI__FN double round_nearest(double value)
7402
{
7403
return floor(value + 0.5);
7404
}
7405
7406
PUGI__FN double round_nearest_nzero(double value)
7407
{
Callers
1
eval_string
Method · 0.70
Calls
1
floor
Function · 0.85
Tested by
no test coverage detected