Browse Source
- Replace acos() + quadrant handling with atan2(sin_nu, cos_nu) - Calculate sin_nu using cross products for proper quadrant determination - atan2 inherently returns values in (-π, π] range - Add edge case handling for cos_nu near ±1 - Fix true_anomaly == -π normalization to +π - Test improvement: 78/82 → 80/82 tests passingmain
1 changed files with 18 additions and 6 deletions
Loading…
Reference in new issue