delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <80575AFA5F0DD31197CE00805F650D7602CE47@wilber.adroit.com> |
From: | "Robinow, David" <drobinow AT dayton DOT adroit DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | RE: values.h / 2 |
Date: | Thu, 4 Jan 2001 12:29:10 -0500 |
MIME-Version: | 1.0 |
X-Mailer: | Internet Mail Service (5.5.2650.21) |
> mainly, i'm missing these two identifiers: > > MINDOUBLE > MAXDOUBLE > > i found a 'values.h' in mingw, but it contains nothing... > also the other headers which ar ementioned there didn't contain > these identifiers. > > Is it possible, to include a regular values.h in cygwin? I suggest you use DBL_MIN and DBL_MAX from float.h I'm not familiar with the various standards controlling this sort of thing, but I'm guessing that values.h can be considered obsolete for cygwin float.h defines DBL_MIN and DBL_MAX My Irix has both float.h and values.h and DBL_MIN = MINDOUBLE but my SunOS 5.6 has (I find this strange) DBL_MIN = 2/225073858072014E-308 and MINDOUBLE = 4.94065645841246544e-324 -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |