2013-06-13 Christoph Ruegg * BigIntegerTest.cs: Extended tests for GreatestCommonDivisor to cover zero-args. 2013-06-09 Christoph Ruegg * ComplexTest.cs: Created; Tests ToString with special format strings. 2010-03-06 Rodrigo Kumpera * BigIntegerTest.cs: Tests for decimal stuff. 2010-03-06 Rodrigo Kumpera * BigIntegerTest.cs: Tests for remaining ToString overloads. 2010-03-06 Rodrigo Kumpera * BigIntegerTest.cs: Tests for ToString and ToString(string). 2010-03-06 Rodrigo Kumpera * BigIntegerTest.cs: Tests for .ctor(double). 2010-03-06 Rodrigo Kumpera * BigIntegerTest.cs: Tests for Log. 2010-03-06 Rodrigo Kumpera * BigIntegerTest.cs: Tests for GreatestCommonDivisor. 2010-03-06 Rodrigo Kumpera * BigIntegerTest.cs: Tests for ModPow. 2010-03-06 Rodrigo Kumpera * BigIntegerTest.cs: Tests for Pow. 2010-03-06 Rodrigo Kumpera * BigIntegerTest.cs: Tests for DivRem. 2010-03-05 Rodrigo Kumpera * BigIntegerTest.cs: Tests for Mul. 2010-03-05 Rodrigo Kumpera * BigIntegerTest.cs: Tests for coersion operators for short. 2010-03-05 Rodrigo Kumpera * BigIntegerTest.cs: Tests for << >>. 2010-03-05 Rodrigo Kumpera * BigIntegerTest.cs: Tests for | & ^ ~. 2010-03-05 Rodrigo Kumpera * BigIntegerTest.cs: Tests for ++, --. 2010-03-05 Rodrigo Kumpera * BigIntegerTest.cs: Tests for Abs. 2010-03-05 Rodrigo Kumpera * BigIntegerTest.cs: Tests for Min, Max. 2010-03-05 Rodrigo Kumpera * BigIntegerTest.cs: Tests for Negate. 2010-03-05 Rodrigo Kumpera * BigIntegerTest.cs: Tests for Sub. 2010-03-05 Rodrigo Kumpera * BigIntegerTest.cs: Tests for long CompareTo. 2010-03-05 Rodrigo Kumpera * BigIntegerTest.cs: Tests for IComparable. 2010-03-04 Rodrigo Kumpera * BigIntegerTest.cs: Tests for ulong relational ops with switched arguments. 2010-03-04 Rodrigo Kumpera * BigIntegerTest.cs: Tests for ulong Compare and relational ops. 2010-03-04 Rodrigo Kumpera * BigIntegerTest.cs: Tests for Compare and relational ops. 2010-03-04 Rodrigo Kumpera *BigIntegerTest.cs: Tests for Add. 2010-03-04 Rodrigo Kumpera *BigIntegerTest.cs: Tests for Equals. 2010-03-04 Rodrigo Kumpera *BigIntegerTest.cs: Tests for long constructor and coersion operator. 2010-03-04 Rodrigo Kumpera *BigIntegerTest.cs: Added.