algos.pxd 117 B

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