3.5 — Relational operators (comparisons) « Learn C++
fabs() is a function in the library that returns the absolute value of its parameter. fabs(a - b) returns the distance between a and b as a positive number. This function checks if the distance between a and b is less than whatever epsilon value represen...