Peck's Blog

The Infrequent Ramblings of Martin Peck

April, 2009

Posts
  • Peck's Blog

    Update to "Solving Problems in C# and F# - Part 2"

    • 2 Comments
    It's been pointed out that I didn't need to write the extension method RaiseToThePowerOf. BigInt has it's own static Pow method. I blame code blindness. So, with this in place Problem 25 is solved like this... 1: var ten = BigInt.FromInt32(10); 2: var...
  • Peck's Blog

    Solving Problems in C# and F# - Part 2

    • 5 Comments
    UPDATE: It's been pointed out that the extension method RaiseToThePowerOf isn't required. I've updated the C# solution to Problem 25 here , but left this post "as is". This is part one of a three part post where myself and Giles Knap play around with...
Page 1 of 1 (2 items)