Go to the source code of this file.
|
| TEST (dtoa, normal) |
|
| TEST (dtoa, maxDecimalPlaces) |
|
#define TEST_DTOA |
( |
|
d, |
|
|
|
a |
|
) |
| |
Value:*
dtoa(d, buffer) =
'\0';\
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
char * dtoa(double value, char *buffer, int maxDecimalPlaces=324)
#define TEST_DTOA |
( |
|
m, |
|
|
|
d, |
|
|
|
a |
|
) |
| |
Value:*
dtoa(d, buffer, m) =
'\0';\
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
char * dtoa(double value, char *buffer, int maxDecimalPlaces=324)
TEST |
( |
dtoa |
, |
|
|
maxDecimalPlaces |
|
|
) |
| |