File : long_float_statistics.ads
------------------------------------------------------------------------------
--
-- package Long_Float_Statistics (spec)
--
-- Declares a type for calculating basic statistical properties of an
-- ensemble of data of the predefined type Long_Float.
--
------------------------------------------------------------------------------
-- Update information:
--
-- 2000.07.12 (Jacob Sparre Andersen)
-- Written.
--
-- (Insert additional update information above this line.)
------------------------------------------------------------------------------
with Generic_Float_Statistics;
package Long_Float_Statistics is new Generic_Float_Statistics
(Maximum_Number_Of_Data_Points => Positive'Last,
Data => Long_Float,
Squared_Data => Long_Float);