Also, REXX does not distinguish between integer and
3.8.2. Logical Operators
>(greater than) < (less than)
≥(greater or equal)
≤(less or equal) <> (unequal)
\ (not)
3.8.3. ABS
Returns the absolute value of <expression>.
Syntax: abs(<expression>)
3.8.4. ACOS
Returns the radian angle in [0, 2π) whose cosine is <expression>. Expressions whose values are outside
Syntax: acos(<expression>)
3.8.5. ACOSH
Returns the argument in [0, ∞) whose hyperbolic cosine is <expression>. Attempting to take the hyperbolic
Syntax: acosh(<expression>)
3.8.6. ASIN
Returns the radian angle in
Syntax: asin(<expression>)
3.8.7. ASINH
Returns the argument whose hyperbolic sine is <expression>. ASINH(x) is defined for all values of x.
Syntax: asinh(<expression>)
3.8.8. ATAN
Returns the radian angle in
3.8.9. ATANH
Returns the argument whose hyperbolic tangent is <expression>. Attempting to take the hyperbolic arctangent of a number outside
44