@Test public void testSinN1x0() {this.runTest("4002", new Sine(-1, 0, XCoord()));}
@Test public void testSinPIx0() {this.runTest("4003", new Sine(3.14, 0, XCoord()));}
@Test public void testSinPIxPI2() {this.runTest("4004", new Sine(3.14, 1.57, XCoord()));}
// sinc
@Test public void testSinc1x0() {this.runTest("4100", new Sinc(1, 0, XCoord()));}