From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200007310627.CAA07797@cse.psu.edu> From: "Russ Cox" Date: Mon, 31 Jul 2000 02:27:29 -0400 To: djhender@telusplanet.net, 9fans@cse.psu.edu Subject: Re: [9fans] Problem with native vs APE math MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: eebd15a4-eac8-11e9-9e20-41e7f4b1d025 When I compile that using APE I get 0.00000 for all the answers, which is not what I expected but not unreasonable given the code. I don't think that the APE libraries use Inf and NaN. As for why it crashes natively, you need to turn off some exceptions related to use of Inf and NaN -- see getfcr(2). Russ