Subject: Re: HUGE_VAL - NAN
To: Lars Hecking <lhecking@nmrc.ucc.ie>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-arm32
Date: 04/19/2000 12:42:18
On Wed, Apr 19, 2000 at 12:32:13AM +0100, Lars Hecking wrote:
>
> Same result here on 1.4.2/amiga. What is 1.4X, btw?
1.4X is this week's :-) version of 1.4-current
> This doesn't even compile for me. NAN is nowhere defined,
> and to get DBL_MIN, I need to include <float.h>. The latter
> case produces
Re <float.h> fair enough: I never had NAN undefined so wouldn't have
noticed. However, I'm surprised that NAN wasn't defined for you: it's in
/sys/arch/m68k/include/math.h
which would have been pulled in by the
#include <machine/math.h>
in /usr/include/math.h
Cheers,
Patrick