pub fn evaluate_all(weight_gr: f64, velocity_fps: f64) -> Vec<PfEvaluation>Expand description
Evaluate a load (bullet weight in grains, velocity in fps) against every row in
PF_THRESHOLDS. Boundary semantics: >=/<= throughout (see module docs).