Calculation differences between Debug and Release mode

Ali Çehreli acehreli at yahoo.com
Sat Apr 20 13:00:30 PDT 2013


On 04/20/2013 11:04 AM, "Casper Færgemand" <shorttail at gmail.com>" wrote:

 > The D book has a diagram that shows implicit conversions.

It is Figure 2.3 on page 44 of my copy of TDPL.

 > All implicit
 > conversions from integral types to floating point go to real, not double
 > or float.

Yes. The figure shows that implicit conversions are possible between 
float<-->double and double<-->real (in both directions). It indicates 
that float<-->real is possible as well.

Ali



More information about the Digitalmars-d-learn mailing list