Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Numbers/standard_floating_ring-ffield.ads, Revision 1.1
1.1 ! maekawa 1: with Standard_Floating_Ring;
! 2: with Standard_Floating_Numbers; use Standard_Floating_Numbers;
! 3: with Abstract_Ring.Field;
! 4:
! 5: package Standard_Floating_Ring.FField is
! 6: new Standard_Floating_Ring.Field("<",">",AbsVal,"/",Div);
! 7:
! 8: -- DESCRIPTION :
! 9: -- Defines the extension of the ring of standard floating-point numbers
! 10: -- to a field.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>