|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.buffalo.fs7.mathlib.Easy
Class providing number format capabilities. Author: Dr. Richard Gonsalves, SUNY Buffalo
| Constructor Summary | |
Easy()
|
|
| Method Summary | |
static java.lang.String |
format(double d,
int precision)
Formats a double with a specified number of digits. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Easy()
| Method Detail |
public static java.lang.String format(double d,
int precision)
d - the double to formatprecision - the number of digits desired
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||