MCPcopy Create free account
hub / github.com/ArashPartow/exprtk / not_equal

Function not_equal

exprtk_test.cpp:1144–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1142
1143template <typename T>
1144inline bool not_equal(const T& t0, const T& t1,
1145 const T& epsilon = T(0.0000000001))
1146{
1147 return not_equal_impl(t0,t1,epsilon);
1148}
1149
1150inline bool not_equal(const float& t0, const float& t1, const float& epsilon = 0.000001f)
1151{

Callers 13

test_expressionFunction · 0.85
run_test01Function · 0.85
run_test02Function · 0.85
run_test04Function · 0.85
run_test05Function · 0.85
run_test06Function · 0.85
run_test07Function · 0.85
run_test09Function · 0.85
variableMethod · 0.85
run_test11Function · 0.85
run_test15Function · 0.85
run_test18Function · 0.85

Calls 1

not_equal_implFunction · 0.85

Tested by

no test coverage detected