PyFloat_DigitsInit method

void PyFloat_DigitsInit()

Implementation

void PyFloat_DigitsInit() {
  return _PyFloat_DigitsInit();
}