Specifications
Manuals
Brands
Remote Processing Coorporation Manuals
Universal Remote
RPC-320
31
32
33
34
35
36
37
38
39
40
Commands - 1
ABS
Numeric Function
Syntax:
n = ABS(
m
)
Purpose:
To return the absolute value of the expression
m
.
Remarks:
The absolute value of a number is always positive or zero.
Related:
none
Example:
PRINT ABS(7)
7
PRINT ABS(–7)
7
Error:
none
1
...
...
29
30
31
32
33
...
...
186