DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

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

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦389122d2d⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »ffagtxt«

Derivation

└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ.  Detaljer om "HC8000" projekt.
    └─⟦0364f57e3⟧ 
        └─⟦this⟧ »ffagtxt« 
└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦this⟧ »ffagtxt« 

TextFile

begin
     integer n,i;
     real r;
     read(in,n);
     while n>=0 do
     begin write(out,"nl",1,<<ddd>,n);
        for i:= 1 step 1 until 7 do
        begin read(in,r);
           write(out,<:   :>,<<ddd>,r);
           if r<=0.5 then write(out,<:++:>,
                          <<dd>,100*sqrt(1/n*(1-1/n)/n)) else
           if r>=99.5 then write(out,<:--:>,
                          <<dd>,100*sqrt(1/n*(1-1/n)/n)) else
           write(out,<:+-:>,<<dd>,100*sqrt(r/100*(1-r/100)/n));
        end;
        for i:= 1,2,3 do read(in,r);
        read(in,n);
     end
end
▶EOF◀