MCPcopy Create free account
hub / github.com/chrxh/alien / approxCompare

Method approxCompare

source/EngineTests/IntegrationTestFramework.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool IntegrationTestFramework::approxCompare(double expected, double actual, float precision) const
104{
105 return approxCompare(toFloat(expected), toFloat(actual));
106}
107
108bool IntegrationTestFramework::approxCompare(float expected, float actual, float precision) const
109{

Callers

nothing calls this directly

Calls 2

toFloatFunction · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected