org.shiftone.bigcalc.test.vs
Class TangentParallelTest

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

public class TangentParallelTest
extends UnaryParallelTest


Field Summary
 
Fields inherited from interface org.shiftone.bigcalc.math.MathConstants
BD_239, FIVE, FOUR, I_TWO, ONE, TWO, ZERO
 
Constructor Summary
TangentParallelTest()
           
 
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

TangentParallelTest

public TangentParallelTest()
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