public class Doubles
extends java.lang.Object
Constructor and Description |
---|
Doubles() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
get5Decimals(java.lang.String number)
This function returns a String that represents a double with just 5 decimal
numbers.
|