bundles / numpy latest / numpy / lib / _histograms_impl / _search_sorted_inclusive
function
numpy.lib._histograms_impl:_search_sorted_inclusive
source: build-install/usr/lib/python3.14/site-packages/numpy/lib/_histograms_impl.py :457
Signature
def _search_sorted_inclusive ( a , v ) Summary
Like searchsorted, but where the last item in v is placed on the right.
Extended Summary
In the context of a histogram, this makes the last bin edge inclusive
Aliases
-
numpy.lib._histograms_impl._search_sorted_inclusive