|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 529 (0x211)
Types: TextFile
Names: »V«
└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
└─⟦5cb1d1d7f⟧ »DATA«
└─⟦3b1ee7bd8⟧
└─⟦this⟧
package Trig_Lib is
function Sin (X : Float) return Float;
function Cos (X : Float) return Float;
function Tan (X : Float) return Float;
function Cot (X : Float) return Float;
function Asin (X : Float) return Float;
function Acos (X : Float) return Float;
function Atan (X : Float) return Float;
function Atan2 (V, U : Float) return Float;
function Sinh (X : Float) return Float;
function Cosh (X : Float) return Float;
function Tanh (X : Float) return Float;
end Trig_Lib;