Function reservoirs::utils::low_point[][src]

pub fn low_point(x: &[f64], y: &[f64]) -> f64
Expand description

Calculates the low point along y and returns the value of x at the low point.