MCPcopy 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
7183PUGI__FN double round_nearest(double value)
7184{
7185 return floor(value + 0.5);
7186}
7187
7188PUGI__FN double round_nearest_nzero(double value)
7189{

Callers 1

eval_stringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected