Last time I promised a blog about Pythagoras. That was a long time ago because I kept getting distracted by writing Pluralsight courses and – well – basically things that – unlike this blog – actually earn me money! But I really should honour my promises so… Continue reading “Pythagoras? Easy Peasy!”
Tag: Math
Zero Equals What???
Last time I asked you what the output would be from this code….
try { checked { double zero = 0; double minus = -1.0e-400; double big = 1.0 / zero; double minusBig = 1.0 / minus; Console.WriteLine(zero == minus); Console.WriteLine(big == minusBig); } } catch (Exception ex) { Console.WriteLine(ex.Message); }
Math for Programmers Published!
Yay! My Pluralsight course on Math for Programmers has just been published.
To quote Pluralsight’s write up on their blog…
Continue reading “Math for Programmers Published!”