PyFloat_GetMin method Null safety

double PyFloat_GetMin ()

Implementation

double PyFloat_GetMin() {
  return _PyFloat_GetMin();
}