PyOS_double_to_string

The caller is responsible for calling PyMem_Free to free the buffer Availability: >= 2.7 that's is returned.

version(Python_2_7_Or_Later)
extern (C)
char*
PyOS_double_to_string
(
double val
,,,
int flags
,
int* type
)

Meta