|
|||||||||
| Home >> All >> com >> hartmath >> xfunctions >> [ functions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.hartmath.xfunctions.functions
Class Utilities

java.lang.Objectcom.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)
|
|||||||||
| Home >> All >> com >> hartmath >> xfunctions >> [ functions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.hartmath.xfunctions.functions.Utilities