fit
public class ScientificDouble extends Number implements Comparable
| Field Summary | |
|---|---|
| protected double | precision |
| protected double | value |
| Constructor Summary | |
|---|---|
| ScientificDouble(double value) | |
| Method Summary | |
|---|---|
| int | compareTo(Object obj) |
| double | doubleValue() |
| boolean | equals(Object obj) |
| float | floatValue() |
| int | intValue() |
| long | longValue() |
| static double | precision(String s) |
| String | toString() |
| static String | tweak(String s) |
| static ScientificDouble | valueOf(String s) |