MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / notEqual

Function notEqual

app/src/DSP.h:1334–1337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1332 */
1333template<Concepts::Numeric T>
1334[[nodiscard]] inline bool notEqual(T a, T b, T relEps = T(1e-12), T absEps = T(1e-12)) noexcept
1335{
1336 return !almostEqual(a, b, relEps, absEps);
1337}
1338
1339} // namespace DSP

Callers 11

updateDataMethod · 0.85
updateDataMethod · 0.85
updateDataMethod · 0.85
signClampedRangeFunction · 0.85
computeMinMaxValuesMethod · 0.85
updateDataMethod · 0.85
updateDataMethod · 0.85
setMaxGMethod · 0.85
updateDataMethod · 0.85

Calls 2

TFunction · 0.85
almostEqualFunction · 0.85

Tested by

no test coverage detected