Package instantiation: Ada.Numerics.Short_Real_Arrays

Dependencies

pragma License (Unrestricted);

with Ada.Numerics.Generic_Real_Arrays;
pragma Elaborate_All (Ada.Numerics.Generic_Real_Arrays);

Header

package Ada.Numerics.Short_Real_Arrays is
   new Ada.Numerics.Generic_Real_Arrays (Short_Float);
pragma Pure (Ada.Numerics.Short_Real_Arrays);