pycore_dtoa.h File Reference

Functions

 PyAPI_FUNC (double) _Py_dg_strtod(const char *str
 
 PyAPI_FUNC (char *) _Py_dg_dtoa(double d
 
 PyAPI_FUNC (void) _Py_dg_freedtoa(char *s)
 

Variables

char ** ptr
 
int mode
 
int int ndigits
 
int int intdecpt
 
int int int intsign
 
int int int int char ** rve
 

Function Documentation

◆ PyAPI_FUNC() [1/3]

PyAPI_FUNC ( double  ) const

◆ PyAPI_FUNC() [2/3]

PyAPI_FUNC ( char *  )

◆ PyAPI_FUNC() [3/3]

PyAPI_FUNC ( void  )

Variable Documentation

◆ ptr

uintptr_t ptr

◆ mode

int mode

◆ ndigits

int int ndigits

◆ decpt

int int int* decpt

◆ sign

int int int int* sign

◆ rve

int int int int char** rve