ASPECT_RATIO_TOLERANCE

const val ASPECT_RATIO_TOLERANCE: Float = 0.01f

If the absolute difference between aspect ratios is less than this tolerance, they are considered to be the same aspect ratio.