replacement of min([a, b]) by _min(a, b)
The intrinsic S-Lang function _min computes the minimum of two values. It is ~3x faster than the array-function min. (The same holds for _max/max, of course.)
Loading
Please register or sign in to comment