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

Task 428: Add brachistochrone_time to Rust Core and WASM Bridge

未着手 ← タスク一覧

Task 428: Add brachistochrone_time to Rust Core and WASM Bridge

Status: DONE

Summary

Added brachistochrone_time(distance, accel) → seconds to orbits.rs and the WASM bridge — the inverse of brachistochrone_accel. This completes the brachistochrone function set across all three layers: Rust core, WASM bridge, and TypeScript (Task 427). Added 3 tests (2 in core, 1 in WASM).

Rationale