pyo3_ffi

Function _Py_c_pow

Source
pub unsafe extern "C" fn _Py_c_pow(
    num: Py_complex,
    exp: Py_complex,
) -> Py_complex
Available on non-Py_LIMITED_API only.