Checks whether two numeric values are approximately equal within a specified margin (epsilon).
Useful for comparing floating-point values where exact equality is unreliable.
The first number to compare.
The second number to compare.
Optional
The maximum allowed difference for the values to be considered equal.
True if the values are approximately equal; otherwise, false.
Checks whether two numeric values are approximately equal within a specified margin (epsilon).
Useful for comparing floating-point values where exact equality is unreliable.