[BACK]Return to multprec_integer_ring_io.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Numbers

File: [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Numbers / multprec_integer_ring_io.ads (download)

Revision 1.1, Sun Oct 29 17:45:26 2000 UTC (23 years, 8 months ago) by maekawa
Branch point for: MAIN

Initial revision

with Multprec_Integer_Numbers_io;
with Multprec_Integer_Ring;
with Abstract_Ring_io;

package Multprec_Integer_Ring_io is
  new Abstract_Ring_io(Multprec_Integer_Ring,
                       Multprec_Integer_Numbers_io.get,
                       Multprec_Integer_Numbers_io.put,
                       Multprec_Integer_Numbers_io.put);

-- DESCRIPTION :
--   Defines the input/output for the ring of multi-precision integer numbers.