Linear interpolation function. The y value and result must be f64. The x value can be any type supporting subtraction giving a numeric type.
(p0: (T, f64), p1: (T, f64), x: T)
source not stored for this graph (policy: none)
no test coverage detected