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

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Numbers/standard_complex_numbers.ads, Revision 1.1

1.1     ! maekawa     1: with Standard_Floating_Ring;
        !             2: with Standard_Floating_Ring.FField;
        !             3: with Generic_Complex_Numbers;
        !             4:
        !             5: package Standard_Complex_Numbers is
        !             6:   new Generic_Complex_Numbers(Standard_Floating_Ring,
        !             7:                               Standard_Floating_Ring.FField);
        !             8:
        !             9: -- DESCRIPTION :
        !            10: --   Defines the complex numbers based on standard floating-point numbers.

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