PyFloat_AsReprString

Write repr(v) into the char buffer argument, followed by null byte. The buffer must be "big enough"; >= 100 is very safe. PyFloat_AsReprString(buf, x) strives to print enough digits so that PyFloat_FromString(buf) then reproduces x exactly. */ /// Availability: 2.

version(!Python_3_0_Or_Later)
void
PyFloat_AsReprString
()

Meta