bundles / numpy 2.4.4 / numpy / lib / _histograms_impl / _unsigned_subtract
function
numpy.lib._histograms_impl:_unsigned_subtract
Signature
def _unsigned_subtract ( a , b ) Summary
Subtract two values where a >= b, and produce an unsigned result
Extended Summary
This is needed when finding the difference between the upper and lower bound of an int16 histogram
Aliases
-
numpy.lib._histograms_impl._unsigned_subtract