
25 Sep
2006
25 Sep
'06
12:08 p.m.
On 25/09/06, John Maddock <john@johnmaddock.co.uk> wrote: That's on FreeBSD, my problem was with OpenBSD (http://tinyurl.com/o6rty) but it seems that both are wrong. OpenBSD is the other way round, the macros say that long double is 64-bit but numeric_limits claims 80-bit. So it ends up with numeric_limits::min()==0, max()==inf. Hopefully all I have to do is use the macros for the BSDs.
But this doesn't solve the problem. I'll look at this problem when I get an access to my notebook with *BSD installed. So far I see only that min returns __LDBL_MIN__ (http://tinyurl.com/lxl85) but I can't find a definition of __LDBL_MIN__ using web access to OpenBSD's cvs. -- Alexander Nasonov