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
Read More...