Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ round_nearest
Function
round_nearest
UnitTests/TestApp/pugixml.cpp:7183–7186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7181
}
7182
7183
PUGI__FN double round_nearest(double value)
7184
{
7185
return floor(value + 0.5);
7186
}
7187
7188
PUGI__FN double round_nearest_nzero(double value)
7189
{
Callers
1
eval_string
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected