|
IN2OSM
1.0.1
|


Go to the source code of this file.
Namespaces | |
| internal | |
Functions | |
| void | GrisuRound (char *buffer, int len, uint64_t delta, uint64_t rest, uint64_t ten_kappa, uint64_t wp_w) |
| int | CountDecimalDigit32 (uint32_t n) |
| void | DigitGen (const DiyFp &W, const DiyFp &Mp, uint64_t delta, char *buffer, int *len, int *K) |
| void | Grisu2 (double value, char *buffer, int *length, int *K) |
| char * | WriteExponent (int K, char *buffer) |
| char * | Prettify (char *buffer, int length, int k, int maxDecimalPlaces) |
| char * | dtoa (double value, char *buffer, int maxDecimalPlaces=324) |