Package vash.operation

Examples of vash.operation.Sinc


  @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()));}
View Full Code Here


  @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()));}
  @Test public void testSinc0x0()    {this.runTest("4101", new Sinc(0, 0, XCoord()));}
View Full Code Here

  @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()));}
  @Test public void testSinc0x0()    {this.runTest("4101", new Sinc(0, 0, XCoord()));}
  @Test public void testSincN1x0()  {this.runTest("4102", new Sinc(-1, 0, XCoord()));}
View Full Code Here

TOP

Related Classes of vash.operation.Sinc

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.