org.shiftone.bigcalc.test.vs
Class SqrtParallelTest

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

public class SqrtParallelTest
extends UnaryParallelTest


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

SqrtParallelTest

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