org.shiftone.bigcalc.test.vs
Class CosineParallelTest

java.lang.Object
  extended byorg.shiftone.bigcalc.test.vs.UnaryParallelTest
      extended byorg.shiftone.bigcalc.test.vs.CosineParallelTest
All Implemented Interfaces:
MathConstants

public class CosineParallelTest
extends UnaryParallelTest


Field Summary
 
Fields inherited from interface org.shiftone.bigcalc.math.MathConstants
BD_239, FIVE, FOUR, I_TWO, ONE, TWO, ZERO
 
Constructor Summary
CosineParallelTest()
           
 
Method Summary
 java.math.BigDecimal getBigCalcResult(java.math.BigDecimal input, int scale)
           
 double getJavaStandardResult(double input)
           
 
Methods inherited from class org.shiftone.bigcalc.test.vs.UnaryParallelTest
runTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CosineParallelTest

public CosineParallelTest()
Method Detail

getJavaStandardResult

public double getJavaStandardResult(double input)
Specified by:
getJavaStandardResult in class UnaryParallelTest

getBigCalcResult

public java.math.BigDecimal getBigCalcResult(java.math.BigDecimal input,
                                             int scale)
Specified by:
getBigCalcResult in class UnaryParallelTest