⚠ ネタバレ注意: 本サイトはSFアニメ「SOLAR LINE」の内容を詳細に分析しています。未視聴の方はご注意ください。
📝 AI生成コンテンツ: 本考証の大部分は AI(Claude Code 等)によって生成されています。内容の正確性については原作および引用元をご確認ください。

Task 426: Add Tests for Untested orbital.ts Functions

未着手 ← タスク一覧

Task 426: Add Tests for Untested orbital.ts Functions

Status: DONE

Summary

orbital.ts exports 8 functions but only 2 have tests (visViva, hohmannTransferDv). Add tests for the remaining 6 functions: escapeVelocity, circularVelocity, hyperbolicExcess, orbitalPeriod, brachistochroneAccel, brachistochroneDeltaV. All are pure math with well-known reference values.

Rationale