[Cfp-interest] updates for Parts 2

Jim Thomas jaswthomas at sbcglobal.net
Wed Mar 20 20:10:27 PDT 2013


On Mar 20, 2013, at 4:13 PM, "Fred J. Tydeman" <tydeman at tybor.com> wrote:

> On Thu, 14 Mar 2013 21:22:13 -0700 Jim Thomas wrote:
>> 
>> I posted updated drafts for TS 16881 Part 2 (n1684)
> 
> Some comments:
> 
> PDF page 9, lines 16-36: are in a larger font than lines 1-15.

Right.

> 
> PDF page 29, line 24:  Shift left to align like previous lines.
> 

Hmm. I don't see this one.

> PDF page 37, lines 14-16.  I do not understand why the lines are not:
>  954e91         9.54e93
>  95e92    OR    9.5e93
>  1e94           1e94

These should be in %e formatting style for printf. Showing the intermediate rounding:

(1, 9543210, 87) -> (1, 9540, 90) -> 9.540e93
(1, 9543210, 87) -> (1, 9500, 90) -> 9.500e93
(1, 9543210, 87) -> (1, 10000, 90) -> 1.0000e94

The three preceding lines should be in the same style.

-Jim

> 
> 
> ---
> Fred J. Tydeman        Tydeman Consulting
> tydeman at tybor.com      Testing, numerics, programming
> +1 (775) 287-5904      Vice-chair of PL22.11 (ANSI "C")
> Sample C99+FPCE tests: http://www.tybor.com
> Savers sleep well, investors eat well, spenders work forever.
> 
> _______________________________________________
> Cfp-interest mailing list
> Cfp-interest at oakapple.net
> http://mailman.oakapple.net/mailman/listinfo/cfp-interest




More information about the Cfp-interest mailing list