Skip to main content

extract_bound

Function extract_bound 

Source
pub fn extract_bound(text: &str) -> Option<(f64, f64, f64, String)>
Expand description

Extract a bound: “X is within Y of Z” → (X, Z-Y, Z+Y)