PyFloat_GetMin method

double PyFloat_GetMin()

Implementation

double PyFloat_GetMin() {
  return _PyFloat_GetMin();
}