com.dandymadeproductions.expressionparser
Class ExprDouble

java.lang.Object
  extended by com.dandymadeproductions.expressionparser.ExprDouble

 class ExprDouble
extends java.lang.Object

A class defined to output more flexible double representation than the standard java.lang.Double.

Version:
1.4 02/13/2012
Author:
David Wanqian Liu, Dana M. Proctor

Constructor Summary
ExprDouble()
           
 
Method Summary
protected static java.lang.String toString(double val)
           
protected static java.lang.String toString(double val, int precision)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprDouble

ExprDouble()
Method Detail

toString

protected static java.lang.String toString(double val)

toString

protected static java.lang.String toString(double val,
                                           int precision)