pub fn link_margin_batch(budgets: &[LinkBudget]) -> Vec<Result<f64, RfError>>Expand description
Batch link-margin wrapper.
Each output element is produced by link_margin with the corresponding
budget, so every element is bit-identical to the scalar helper.