School/.venv/lib/python3.9/site-packages/pandas/_libs/algos.pxd
Kristofers Solo 1e065cc4b2 Updated .venv
2021-11-22 17:11:45 +02:00

5 lines
117 B
Cython

from pandas._libs.util cimport numeric
cdef numeric kth_smallest_c(numeric* arr, Py_ssize_t k, Py_ssize_t n) nogil