Inverse of lerp. Given a value value in the range \(low, high\), returns the interpolation factor \(t\) such that \(\text{lerp}(low, high, t) = value\).
interpolation factor \(t\)
value in the range \(low, high\)