Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-unix!sri-spam!ames!oliveb!pyramid!hplabs!hp-pcd!hpsgpa!daver From: daver@hpsgpa.HP.COM (Dave Rabinowitz) Newsgroups: comp.sys.hp Subject: Re: pow(3M) may have a bug or undocumented limitation Message-ID: <2790004@hpsgpa.HP.COM> Date: Tue, 19-May-87 00:08:04 EDT Article-I.D.: hpsgpa.2790004 Posted: Tue May 19 00:08:04 1987 Date-Received: Wed, 20-May-87 05:55:54 EDT References: <226@cogent.UUCP> Organization: HP Singapore IC Design Ctr Lines: 5 >.............. For example, the 12th root of 2 --> 2 ^ (-12) --> pow(2,-12). Actually, 2 ^ (-12) = 1 / (2 ^ 12) the 12th root of 2 is 2 ^ (1/12) and the exponent is not an integer.