PyFloat_AS_DOUBLE

Extract C double from Python float. The macro version trades safety for speed.

  1. double PyFloat_AsDouble(PyObject*)
  2. double PyFloat_AS_DOUBLE(PyObject* op)
    extern (C)
    double
    PyFloat_AS_DOUBLE
    ()

Meta