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 CONIC_SUBROUTINES (pages 1175-1189) #571 #845

Open
wants to merge 3 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
35 changes: 34 additions & 1 deletion Luminary099/CONIC_SUBROUTINES.agc
Original file line number Diff line number Diff line change
Expand Up @@ -868,32 +868,52 @@ DELTIME EXIT # MPAC=XI (+6), 0D=XSQ (+34 OR +32 -N1)
TC POLY
DEC 8
2DEC .083333334

2DEC -.266666684

2DEC .406349155

2DEC -.361198675

2DEC .210153242

2DEC -.086221951

2DEC .026268812

2DEC -.006163316

2DEC .001177342

2DEC -.000199055


TC INTPRET
STODL S(XI)
XI
EXIT
TC POLY
DEC 8
2DEC .031250001

2DEC -.166666719

2DEC .355555413

2DEC -.406347410

2DEC .288962094

2DEC -.140117894

2DEC .049247387

2DEC -.013081923

2DEC .002806389

2DEC -.000529414

TC INTPRET
# Page 1181
DMP SRR* # PL AT 0
Expand Down Expand Up @@ -1069,23 +1089,37 @@ LAMENTER NORM
# DO NOT DISTURB THE ORDER OF THESE CDS, OVERLAYS HAVE BEEN MADE.
BEE17 DEC 0 # KEEP WITH D1/8 2DEC 1.0B-17 (0000004000)
D1/8 2DEC 1.0 B-3

D1/128 2DEC 1.0 B-7

D1/64 2DEC 1.0 B-6

D1/4 2DEC 1.0 B-2

D1/16 2DEC 1.0 B-4

D1/32 2DEC 1.0 B-5

D1/1024 2DEC 1.0 B-10

D1/256 2DEC 1.0 B-8

DP9/10 2DEC .9

KEPZERO EQUALS LO6ZEROS
-50SC 2DEC -50.0 B-12

2PISC 2DEC 6.28318530 B-6

BEE19 EQUALS D1/32 -1 # 2DEC 1.0 B-19 (00000 01000)
BEE22 EQUALS D1/256 -1 # 2DEC 1.0 B-22 (00000 00100)
ONEBIT 2DEC 1.0 B-28

COGUPLIM 2DEC .999511597

COGLOLIM 2DEC -.999511597


# Page 1186
SETLOC CONICS
BANK
Expand Down Expand Up @@ -1121,7 +1155,6 @@ COMMNOUT DLOAD BON
COGAOVFL SETGO
COGAFLAG
ABTCONIC

BANK 4
SETLOC CONICS1
BANK
Expand Down