Embedded Artistry Framework
Embedded Systems C++ Framework
Macros | Functions
dtoa.c File Reference
#include "gdtoaimp.h"
#include <float.h>
#include <math.h>
Include dependency graph for dtoa.c:

Macros

#define Rounding   Flt_Rounds
 

Functions

char * dtoa (double d, int mode, int ndigits, int *decpt, int *sign, char **rve)
 

Macro Definition Documentation

◆ Rounding

#define Rounding   Flt_Rounds

Function Documentation

◆ dtoa()

char* dtoa ( double  d,
int  mode,
int  ndigits,
int *  decpt,
int *  sign,
char **  rve 
)