CalibrationDataInterface: Fix clang warning.
Use std::abs(), not abs() --- otherwise, we get the integer version. Also, we only need one std::abs() call --- doing it for both the numerator and denominator is redundant.
Use std::abs(), not abs() --- otherwise, we get the integer version. Also, we only need one std::abs() call --- doing it for both the numerator and denominator is redundant.