pub fn calculate_zero_angle_with_conditions(
inputs: BallisticInputs,
target_distance: f64,
target_height: f64,
wind: WindConditions,
atmosphere: AtmosphericConditions,
) -> Result<f64, BallisticsError>
pub fn calculate_zero_angle_with_conditions(
inputs: BallisticInputs,
target_distance: f64,
target_height: f64,
wind: WindConditions,
atmosphere: AtmosphericConditions,
) -> Result<f64, BallisticsError>