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

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Numbers/multprec_complex_ring-ffield.ads, Revision 1.1

1.1     ! maekawa     1: with Multprec_Complex_Ring;
        !             2: with Multprec_Complex_Numbers;           use Multprec_Complex_Numbers;
        !             3: with Abstract_Ring.Field;
        !             4:
        !             5: package Multprec_Complex_Ring.FField is
        !             6:   new Multprec_Complex_Ring.Field("<",">",AbsVal,"/",Div);
        !             7:
        !             8: -- DESCRIPTION :
        !             9: --   Defines the extension of the ring of multi-precision complex numbers
        !            10: --   to a field.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>