RFC/RFA: strtod() magnitude problem
Sebastian Huber
sebastian.huber@embedded-brains.de
Wed Apr 24 07:49:00 GMT 2013
On 04/23/2013 06:21 PM, nick clifton wrote:
> One point - this part of your patch:
>
>> static _CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128,
>> - 9007199254740992.e-256
>> + 9007199254740992.*9007199254740992.e-256
>> };
>
> appears to be a typo. I have removed it in my revised patch, but maybe it
> needs fixing ?
Attached is a patch from FreeBSD that introduced this change. I looks pretty
intentional.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber@embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Merge-gdtoa-20080831.-This-fixes-several-bugs-includ.patch
Type: text/x-patch
Size: 25172 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20130424/6bfccf3e/attachment.bin>
More information about the Newlib
mailing list