[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Possible Hex Literal Parsing Bug
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 7 Mar 2017 16:00:50 -0300
> According to IEEE-754, a double-precision floating point number
> supports an 11-bit exponent.
And it's 15 for quadruple precision and 19 for octuple precision,
all quite safe for signed int.
https://en.wikipedia.org/wiki/IEEE_floating_point#Basic_and_interchange_formats
- References:
- Possible Hex Literal Parsing Bug, Michael Rosenberg
- Re: Possible Hex Literal Parsing Bug, Las
- Re: Possible Hex Literal Parsing Bug, Martin
- Re: Possible Hex Literal Parsing Bug, Coda Highland
- Re: Possible Hex Literal Parsing Bug, Martin
- Re: Possible Hex Literal Parsing Bug, Adrian Perez de Castro
- Re: Possible Hex Literal Parsing Bug, Michael Rosenberg
- Re: Possible Hex Literal Parsing Bug, Dirk Laurie
- Re: Possible Hex Literal Parsing Bug, Michael Rosenberg
- Re: Possible Hex Literal Parsing Bug, Coda Highland