Tests whether each element of a given vector is within a given range.
Elemental function
The result is an INTEGER(4).
The result is 1 if all elements of ARG1 have values less than or equal to the value of the corresponding element of ARG2, and greater than or equal to the negative of the value of the corresponding element of ARG2. Otherwise, the result is 0.