On Monday, 19 January 2015 at 01:42:58 UTC, Adam D. Ruppe wrote: > Anyone like to do a quick proofread of the next edition of This > Week in D? float divideBy(float divisor, float dividend) { return dividend / dividend; <-- not a very interesting mathematical operation here!