Skip to content
Commit e443c54e authored by Manfred Hanke's avatar Manfred Hanke 💻
Browse files

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.)
parent 2f5dcb7f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment