PyFloat_GetMax method

double PyFloat_GetMax()

Implementation

double PyFloat_GetMax() {
  return _PyFloat_GetMax();
}