Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isEqual
Function
isEqual
lib/calculate.h:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
template<class T>
28
bool isEqual(T x, T y)
29
{
30
return x == y;
31
}
32
33
inline bool isEqual(double x, double y)
34
{
Callers
5
isFloatArgValid
Method · 0.85
isZero
Function · 0.85
calculate
Function · 0.85
isNotEqual
Method · 0.85
isEqual
Method · 0.85
Calls
no outgoing calls
Tested by
1
isEqual
Method · 0.68