Hi,
There is an implementation in silx.math.combo.minmax():
https://github.com/silx-kit/silx/blob/master/src/silx/math/combo.pyx#L266
Cheers
Jerome
On Thu, 30 Jun 2022 22:50:12 +0200
"Andras Deak" wrote:
> On Thu, Jun 30, 2022, at 22:23, Ewout ter Hoeven wrote:
> > A function to get the minim
On Thu, Jun 30, 2022 at 10:56 PM Warren Weckesser <
warren.weckes...@gmail.com> wrote:
> On 6/30/22, Ewout ter Hoeven wrote:
> > A function to get the minimum and maximum values of an array
> simultaneously
> > could be very useful, from both a convenience and performance point of
> view.
> > Esp