MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / UnityFloatsWithin

Function UnityFloatsWithin

tests/unity/src/unity.c:706–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704#endif /* UNITY_EXCLUDE_FLOAT_PRINT */
705
706static int UnityFloatsWithin(UNITY_FLOAT delta, UNITY_FLOAT expected, UNITY_FLOAT actual)
707{
708 UNITY_FLOAT diff;
709 UNITY_FLOAT_OR_DOUBLE_WITHIN(delta, expected, actual, diff);
710}
711
712void UnityAssertEqualFloatArray(UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* expected,
713 UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* actual,

Callers 2

UnityAssertFloatsWithinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…