pub fn tall_target_v1(
req: &TallTargetRequestV1,
) -> Result<TallTargetResultV1, TallTargetErrorV1>Expand description
Computes the tall-target correction factor: same arithmetic and validation guards as the
CLI’s tall-target command, minus the printing.