|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 2048 (0x800)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, function Sqrt, seg_0130e3, separate Generic_Elementary_Functions
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦cfc2e13cd⟧ »Space Info Vol 2«
└─⟦this⟧
separate (Generic_Elementary_Functions)
function Sqrt (X : Float_Type) return Float_Type is
Y : Common_Float;
begin
-- Filter out exceptional cases.
Y := Common_Float (X);
if Y < 0.0 then
raise Argument_Error;
end if;
if Y = 0.0 then
return (X);
end if;
return (Float_Type (Kf_Sqrt (Y)));
end Sqrt;
nblk1=1
nid=0
hdr6=2
[0x00] rec0=19 rec1=00 rec2=01 rec3=001
tail 0x2170e746282b15232aafd 0x42a00066462061e03