Minimum R←X⌊Y
Y
may be any numeric array. X
may be any numeric array. R
is numeric. R
is the smaller of X
and Y
.
Example
¯2.1 0.1 15.3 ⌊ ¯3.2 1 22
¯3.2 0.1 15.3
Y
may be any numeric array. X
may be any numeric array. R
is numeric. R
is the smaller of X
and Y
.
¯2.1 0.1 15.3 ⌊ ¯3.2 1 22
¯3.2 0.1 15.3