DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen GIER Computer

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen GIER Computer

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦8d193287e⟧ Bits:30000637 Test af Romberg special 14/8 - 70 (1310), 8-hole paper tape

    Length: 646 (0x286)
    Description: Bits:30000637 Test af Romberg special 14/8 - 70 (1310)
    Types: 8-hole paper tape
    Notes: Gier Text, Has10

GIER Text (HTML)

algol<
Lab. f. anv. mat. fys.
S. Chr.
antal, iterationer
integration, eksakt
begin integer p,q,r; _____ _______
select (8); writechar (42);
for p:=1 step 1 until 10 do ___ ____ _____ __
begin array S[1:p]; _____ _____
[end]
procedure H(Z,A); value Z; real Z; array A; _________ _____ ____ _____
for q:=1 step 1 until p do A[q]:=Z∧(q-1); ___ ____ _____ __ |
r:=10; Romberg special (H,p,0,1,110-6,r,S); writecr;
write (|_-ddd|,p,r); <, >
for q:=1 step 1 until p do ___ ____ _____ __
begin writecr; _____
write (|___-p.ddd_ddd_dd10-dd|,S[q],1/q) <,,, , , >
end q ___
end p ___
end ___
run<