Statistical aggregator

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Thu Jun 6 07:22:04 PDT 2013


On 06/06/2013 04:05 PM, Joseph Rushton Wakeling wrote:
> real _max = real.min;

... should be tweaked to

	real _max = real.min_normal;

according to the deprecation list:
http://dlang.org/deprecate.html#.min%20property%20for%20floating%20point%20types


More information about the Digitalmars-d-learn mailing list