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