Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!brl-adm!brl-smoke!smoke!gwyn@BRL.ARPA From: gwyn@BRL.ARPA (VLD/VMB) Newsgroups: net.lang.c Subject: Re: LPow correction Message-ID: <1806@brl-smoke.ARPA> Date: Sun, 29-Jun-86 14:31:15 EDT Article-I.D.: brl-smok.1806 Posted: Sun Jun 29 14:31:15 1986 Date-Received: Mon, 30-Jun-86 05:38:39 EDT Sender: news@brl-smoke.ARPA Lines: 7 I can think of several solid mathematical reasons to define 0^0 as 1 and no reason not to. It happens that there's no way to represent an "indeterminate form" on our machines, so I have to choose something. It might as well be the most generally useful choice. I also think atan2(0.,0.) should be defined as 0. for computation. I've never seen a case where this wasn't what I wanted.