Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proof INTERPRETIVE_CONSTANT #596 #771

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Luminary099/INTERPRETIVE_CONSTANT.agc
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ ZEROVEC 2DEC 0

2DEC 0

OCT 77777 # -0, -6, -12 MUST REMAIN IN THIS ORDER
DFC-6 DEC -6
DFC-12 DEC -12
OCT 77777 # -0,-6,-12 MUST REMAIN IN THIS ORDER
DEC-6 DEC -6
DEC-12 DEC -12
LODPMAX 2OCT 3777737777 # THESE TWO CONSTANTS MUST REMAIN

LODPMAX1 2OCT 3777737777 # ADJACENT AND THE SAME FOR INTEGRATION
Expand Down