pub fn is_between(val: f64, low: f64, high: f64) -> bool
Check if a value is between low and high (inclusive).