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

⟦06634e69f⟧ TextFile

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

Derivation

└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦this⟧ »trdsin« 

TextFile

       real function rdsin(dx)
       double precision dx
       real x
       x = dx
       rdsin=sin(x)
       return
       entry rdcos
       x=dx
       rdcos=cos(x)
       return
       entry rdsqrt
       x=dx
       rdsqrt=sqrt(x)
       return
       entry rdreal
       x=dx
       rdreal = dx
       return
       entry rdacos(dx)
       x = dx
       rdacos = acos(x)
       return
       end
▶EOF◀