pub fn safe_div(numerator: i64, denominator: i64) -> Option<f64>
Safe division returning None when the denominator is zero.
None