fn interpolate_curve(curve: &[DeltaIvPoint], delta: f64) -> Option<f64>Expand description
Linear interpolation on a sorted delta-IV curve.
fn interpolate_curve(curve: &[DeltaIvPoint], delta: f64) -> Option<f64>Linear interpolation on a sorted delta-IV curve.