pub fn validate_float_range(value: &str, min: f32, max: f32) -> SubXResult<f32>
Validate a float value within a specified range.