Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hartmath.xfunctions.functions
Class Utilities  view Utilities download Utilities.java

java.lang.Object
  extended bycom.hartmath.xfunctions.functions.Utilities

public class Utilities
extends java.lang.Object


Constructor Summary
Utilities()
           
 
Method Summary
static java.lang.String realToString(double x)
           
private static java.lang.String round(java.lang.String num, int length)
           
private static java.lang.String trimZeros(java.lang.String num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utilities

public Utilities()
Method Detail

realToString

public static java.lang.String realToString(double x)

trimZeros

private static java.lang.String trimZeros(java.lang.String num)

round

private static java.lang.String round(java.lang.String num,
                                      int length)