abs(
<dest-var>
,
<src-var>
)
Description
This will place, into
dest-var
the 'absolute' of the value specified in
src-var
. What this means is that the destination will contain a 'positive' version of the source value, hence:
123
=
123
0
=
0
-123
=
123
Related information
Mathematics