PyOS_double_to_string

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

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

Meta