MCPcopy 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
27template<class T>
28bool isEqual(T x, T y)
29{
30 return x == y;
31}
32
33inline bool isEqual(double x, double y)
34{

Callers 5

isFloatArgValidMethod · 0.85
isZeroFunction · 0.85
calculateFunction · 0.85
isNotEqualMethod · 0.85
isEqualMethod · 0.85

Calls

no outgoing calls

Tested by 1

isEqualMethod · 0.68