net.sf.snver.pileup.util
Class NumFormat

java.lang.Object
  extended by net.sf.snver.pileup.util.NumFormat

public class NumFormat
extends java.lang.Object


Field Summary
protected static java.lang.String INFINITY
           
protected static java.lang.String NAN
           
 
Constructor Summary
NumFormat()
           
 
Method Summary
static java.lang.String formatDouble(double dd)
           
static java.lang.String formatDouble1(double dd)
           
static double getPoolPvalue(java.lang.String ss)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFINITY

protected static final java.lang.String INFINITY
See Also:
Constant Field Values

NAN

protected static final java.lang.String NAN
See Also:
Constant Field Values
Constructor Detail

NumFormat

public NumFormat()
Method Detail

formatDouble

public static java.lang.String formatDouble(double dd)

formatDouble1

public static java.lang.String formatDouble1(double dd)

getPoolPvalue

public static double getPoolPvalue(java.lang.String ss)