Return to standard_complex_ring-ffield.ads CVS log | Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Numbers |
1.1 maekawa 1: with Standard_Complex_Ring; 2: with Standard_Complex_Numbers; use Standard_Complex_Numbers; 3: with Abstract_Ring.Field; 4: 5: package Standard_Complex_Ring.FField is 6: new Standard_Complex_Ring.Field("<",">",AbsVal,"/",Div); 7: 8: -- DESCRIPTION : 9: -- Defines the extension of the ring of standard complex numbers to a field.