On 04/20/2013 11:04 AM, "Casper Færgemand" <shortt...@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