Re: HIGHEST-ALGEBRAIC and LOWEST-ALGEBRAIC (was: Re: Dynamically ...)
- From: "Rick Smith" <ricksmith@xxxxxxx>
- Date: Tue, 27 Mar 2007 13:52:13 -0500
"Rick Smith" <ricksmith@xxxxxxx> wrote in message
news:130il0lm4fsmd3c@xxxxxxxxxxxxxxxxxxxxx
"Roger While" <simrw@xxxxxxxxxxxx> wrote in message
news:eubes7$181$03$1@xxxxxxxxxxxxxxxxxxxx
Is float.h a POSIX standard ?
I don't know! However, it is in standard C (ISO 9899:1990).
Where FLT_MAX, DBL_MAX, and LDBL_MAX are
present they are defined as, at least, 1E+37 for all sizes
and the implementor of the C compiler is required to
support floating-point to this limit to be conforming.
As an afterthought, I looked at <float.h> for a
"freestanding" implementation of C for an Intel 8051
microprocessor and found the following.
-----
#define FLT_MAX 3.40282e38
#define DBL_MAX FLT_MAX
#define LDBL_MAX FLT_MAX
-----
.
- References:
- Dynamically Determine Numeric PICTURE String
- From: Rick Smith
- Re: Dynamically Determine Numeric PICTURE String
- From: William M. Klein
- Re: Dynamically Determine Numeric PICTURE String
- From: Rick Smith
- Re: Dynamically Determine Numeric PICTURE String
- From: Roger While
- HIGHEST-ALGEBRAIC and LOWEST-ALGEBRAIC (was: Re: Dynamically ...)
- From: Rick Smith
- Re: HIGHEST-ALGEBRAIC and LOWEST-ALGEBRAIC (was: Re: Dynamically ...)
- From: Roger While
- Re: HIGHEST-ALGEBRAIC and LOWEST-ALGEBRAIC (was: Re: Dynamically ...)
- From: Rick Smith
- Re: HIGHEST-ALGEBRAIC and LOWEST-ALGEBRAIC (was: Re: Dynamically ...)
- From: Roger While
- Re: HIGHEST-ALGEBRAIC and LOWEST-ALGEBRAIC (was: Re: Dynamically ...)
- From: Rick Smith
- Dynamically Determine Numeric PICTURE String
- Prev by Date: Re: HIGHEST-ALGEBRAIC and LOWEST-ALGEBRAIC (was: Re: Dynamically ...)
- Next by Date: Is there a mainframe skills shortage?
- Previous by thread: Re: HIGHEST-ALGEBRAIC and LOWEST-ALGEBRAIC (was: Re: Dynamically ...)
- Next by thread: Is there a mainframe skills shortage?
- Index(es):
Relevant Pages
|