private static void Test7() { var fixture = new DoubleFixture(); fixture.CeqR8R8(200, 100); }
private static void Test6() { var fixture = new DoubleFixture(); fixture.AddR8R8(200, 100); }
private static void Test8() { var fixture = new DoubleFixture(); fixture.IsNaN(Double.NaN); }