edu.stanford.nlp.util
Class PrettyDouble

java.lang.Object
  extended byedu.stanford.nlp.util.PrettyDouble

public class PrettyDouble
extends Object


Constructor Summary
PrettyDouble()
           
 
Method Summary
static void main(String[] args)
           
static String toPrettyString(double d, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyDouble

public PrettyDouble()
Method Detail

toPrettyString

public static String toPrettyString(double d,
                                    int length)

main

public static void main(String[] args)


Stanford NLP Group