pub fn check_non_negative_f64(value: f64, param: &str) -> Result<()>
Checks the f64 value is non-negative (< 0).
f64