Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site sdcrdcf.UUCP Path: utzoo!watmath!clyde!cbosgd!ukma!psuvm.bitnet!psuvax1!burdvax!sdcrdcf!steve From: steve@sdcrdcf.UUCP (Steven Holtsberg) Newsgroups: net.lang.ada Subject: Questions about Ada Message-ID: <2608@sdcrdcf.UUCP> Date: Tue, 4-Feb-86 21:38:28 EST Article-I.D.: sdcrdcf.2608 Posted: Tue Feb 4 21:38:28 1986 Date-Received: Fri, 7-Feb-86 06:06:22 EST Reply-To: steve@sdcrdcf.UUCP (Steven Holtsberg) Organization: System Development Corporation R&D, Santa Monica Lines: 19 Two Questions: (1) In the reference manual, on page 8-10, it says that overloading is defined for subprograms, enumeration literals, operators, and single entries However, I do not know what "single entries" are, and I cannot find a definition in the manual. Does anyone know the definition of a "single entry"? (2) On page 3-20 of the reference manual, the canonical form for any floating point number other than zero is given as sign * mantissa * (radix ** exponent) My question: Why is radix given as a parameter? Isn't the radix, by definition, two?