_PyFloat_Digits

Used to get the important decimal digits of a double */ /// Availability: >= 2.

version(Python_2_6_Or_Later)
int
_PyFloat_Digits
(
char* buf
,
double v
,
int* signum
)

Meta