@Test public void testEllipse8() {this.runTest("2708", getEllipse(288, 0.5));}
@Test public void testEllipse9() {this.runTest("2709", getEllipse(324, 0.5));}
@Test public void testEllipse10() {this.runTest("2710", getEllipse(360, 1.0));}
// Unary Op
@Test public void testAbs() {this.runTest("3000", new Absolute(XCoord()));}