|
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300) Types: TextFile Names: »polytxt«
└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ. Detaljer om "HC8000" projekt. └─⟦0364f57e3⟧ └─⟦720b7e52e⟧ »calprog« └─⟦667bb35d6⟧ Bits:30007480 RC8000 Dump tape fra HCØ. └─⟦4334b4c0b⟧ └─⟦720b7e52e⟧ »calprog« └─⟦this⟧
slet polynom.13 beskyt al.polynom.13.1 if 10.yes polynom=algol list.yes polynom=algol 6 3 74 external real procedure polynom(x,A,p); value p,x; real x; integer p; array A; begin real y; y:=A(p); for p:=p-1 step -1 until 0 do y:=y*x+A(p); polynom:=y; end; end; ▶EOF◀