Question/request/bug(?) re. floating-point in dmd

Walter Bright newshound2 at digitalmars.com
Thu Nov 7 12:02:06 PST 2013


On 11/7/2013 8:55 AM, Jerry wrote:
> What about something like the following?
>
> double x;
> double y;
> with (strictprecision) {
>    y = x;
> }

That has immediate problems with things like function calls that might or might 
not be inlined.



More information about the Digitalmars-d mailing list