Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site watmath.UUCP Path: utzoo!watmath!dmmartindale From: dmmartindale@watmath.UUCP (Dave Martindale) Newsgroups: gripe,net.lang Subject: Re: f77 bug Message-ID: <5781@watmath.UUCP> Date: Thu, 15-Sep-83 20:46:36 EDT Article-I.D.: watmath.5781 Posted: Thu Sep 15 20:46:36 1983 Date-Received: Fri, 16-Sep-83 00:59:15 EDT References: <320@wateng.UUCP> Organization: U of Waterloo, Ontario Lines: 5 For what it's worth, the silent replacement of a too-large number with the largest possible floating value is a "feature" of ldexp(), which is what the Berkeley version of atof() calls to do the final conversion of the integer mantissa and exponent to floating format. It DOES set "errno" in the process, but no one checks it.