org.shiftone.bigcalc.test.vs
Class ArctanParallelTest

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

public class ArctanParallelTest
extends UnaryParallelTest


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

ArctanParallelTest

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