https://issues.dlang.org/show_bug.cgi?id=21688 --- Comment #2 from Berni44 <bugzilla at bernis-buecher.de> --- When not in CTFE, float.max * 100 leads to float.infinity (as it should in my opinion). So I expect CTFE to behave the same way. Also reals in CTFE behave that way. --