no.uio.edd.utils.misc
Class MathMethods

java.lang.Object
  extended by no.uio.edd.utils.misc.MathMethods

public class MathMethods
extends java.lang.Object


Constructor Summary
MathMethods()
           
 
Method Summary
static java.lang.Double round(java.lang.Double inDoub, int scale)
          Quick and very dirty round.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathMethods

public MathMethods()
Method Detail

round

public static java.lang.Double round(java.lang.Double inDoub,
                                     int scale)
Quick and very dirty round.

Parameters:
inDoub -
scale -
Returns: