MCPcopy 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
178float Math::Round(float a)
179{
180 return roundf(a);
181}
182
183double Math::Round(double a)
184{

Callers

nothing calls this directly

Calls 2

roundfFunction · 0.85
roundFunction · 0.85

Tested by

no test coverage detected