$Abs

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Absolute value

Note: Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Abs function is the Absolute function.

The $Abs function returns the absolute value of its given argument.

Syntax

%num = $Abs(x)

For example:

$ABS(-50) = 50 $ABS(6) = 6