fix8
version 1.4.0
Open Source C++ FIX Framework
|
Go to the source code of this file.
Functions | |
static void | strreverse (char *begin, char *end) |
F8API size_t | modp_dtoa (double value, char *str, int prec) |
Convert double to ascii. More... | |
Variables | |
static const double | pow10_ [] |
F8API size_t modp_dtoa | ( | double | value, |
char * | str, | ||
int | prec | ||
) |
Convert double to ascii.
value | the source value |
str | the target string |
prec | number of precision digits |
Definition at line 68 of file modp_numtoa.c.
References pow10_, and strreverse().
Referenced by FIX8::Field< fp_type, field >::print().
|
static |
Definition at line 60 of file modp_numtoa.c.
Referenced by modp_dtoa().
|
static |
Powers of 10 10^0 to 10^9
Definition at line 57 of file modp_numtoa.c.
Referenced by modp_dtoa().