mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
5 lines
117 B
Cython
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
|