Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: ANSI C Standard: Float/Double Handling Message-ID: <5714@brl-tgr.ARPA> Date: Sun, 11-Nov-84 15:22:42 EST Article-I.D.: brl-tgr.5714 Posted: Sun Nov 11 15:22:42 1984 Date-Received: Tue, 13-Nov-84 01:18:06 EST References: <1152@orca.UUCP> Organization: Ballistic Research Lab Lines: 8 > It seems to be a poor idea to make all float constants > double, because a single constant in an expresion will promote > all the way through the expression, causing all those unwanted > conversions. But the programmer has complete control over this: (float)3.14159... is a float, not a double (under the proposed new rules).