pub fn solve_ppp_float_with(config: PppFloatConfig<'_>) -> Result<FloatSolution>Expand description
Solve a static multi-epoch float PPP arc.
Prefer this typed-config form for new Rust callers. It delegates to the
lower-level positional solve_ppp_float function, preserving the exact core
solver path and error mapping.