Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio4Linux/JDSP4Linux
/ qFloatCompare
Function
qFloatCompare
src/data/EelParser.h:220–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
219
220
inline bool qFloatCompare(float f1, float f2)
221
{
222
if (qFuzzyIsNull(qAbs(f1 - f2)))
223
return true;
224
return qFuzzyCompare(f1, f2);
225
}
226
227
#endif // EELPARSER_H
Callers
1
canLoadDefaults
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected