public class FastDtoa
extends java.lang.Object
Constructor and Description |
---|
FastDtoa() |
Modifier and Type | Method and Description |
---|---|
static boolean |
dtoa(double v,
FastDtoaBuilder buffer) |
static java.lang.String |
numberToString(double v) |
static boolean |
numberToString(double v,
FastDtoaBuilder buffer) |
public static boolean dtoa(double v, FastDtoaBuilder buffer)
public static java.lang.String numberToString(double v)
public static boolean numberToString(double v, FastDtoaBuilder buffer)