@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()));}
@Test public void testInv() {this.runTest("3100", new Invert(XCoord()));}