Computes whether two values are approximately equal, admitting a maximum relative difference, or a maximum absolute difference.
First item to compare
Second item to compare
true if the two items are approximately equal under either criterium. Notes: This operation is silent, does not throw any exceptions and it doesn't set any error flags.
See Implementation
Computes whether two values are approximately equal, admitting a maximum relative difference, or a maximum absolute difference.