C# Cookbook by Stephen Teilhet, Jay Hilyard The following errata were *corrected* in the 7/04 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem {13} Discussion for 1.10, first sentence; Static.Round NOW READS: Math.Round [14] Sections 1.11 and 1.12; The discussions of each solution previously had their respective formulas transposed. Therefore, the formula in the Discussion of section 1.11 NOW READS: TempFahrenheit = ((9/5) * TempCelsius) + 32 And the formula in the Discussion of section 1.12 NOW READS: TempCelsius = (5/9) * (TempFahrenheit -32) (111) next to the tip icon; The XOR(~) operator NOW READS XOR(^) operator