pub fn power_factor(weight_gr: f64, velocity_fps: f64) -> f64
Raw power factor: weight_gr * velocity_fps / 1000, no rounding/truncation.
weight_gr * velocity_fps / 1000