Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Numbers/standard_floating_ring.ads, Revision 1.1
1.1 ! maekawa 1: with Standard_Floating_Numbers; use Standard_Floating_Numbers;
! 2: with Abstract_Ring;
! 3:
! 4: package Standard_Floating_Ring is
! 5: new Abstract_Ring(double_float,0.0,1.0,
! 6: Create,Equal,Copy,"+","+","-","-","*",
! 7: Add,Sub,Min,Mul,Clear);
! 8:
! 9: -- DESCRIPTION :
! 10: -- Defines the ring of standard double floating-point numbers.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>