ApproxEquals

Checks if two floating-point scalars are approximately equal to each other by some epsilon

bool
ApproxEquals
pure nothrow
(
T
)
(
T a
,
T b
,
T eps
)
if (
__traits(isFloating, T)
)

Meta