|
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: »hbtext«
└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ. └─⟦b2ec5d50f⟧ └─⟦this⟧ »hbtext«
program til bestemmelse af rødder i 4.grads ligning begin integer i; real b; real array A,B(0:4),k(1:4); read(in,k); repeat; b:=readr(<:bindingsgrad:>)*4; A(0):=k(1)*k(2)*k(3)*k(4)*(b-4); A(1):=k(1)*k(2)*k(3)*(b-3); A(2):=k(1)*k(2)*(b-2); A(3):=k(1)*(b-1); A(4):=b; spercre(A,4,B); for i:=1 step 1 until 4 do write1(out,A(i),"sp",5,B(i),"nl",1); write1(out,A(3)); until readb(<:færdig:>); end; ▶EOF◀