_PyFloat_Digits

Used to get the important decimal digits of a double Availability: >= 2.6

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

Meta