$Abs: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
No edit summary |
||
Line 15: | Line 15: | ||
$ABS(6) = 6 | $ABS(6) = 6 | ||
</p> | </p> | ||
[[Category: Mathematical $functions]] | [[Category: Mathematical $functions]] |
Revision as of 20:57, 28 October 2014
Absolute value
Note: Most Sirius $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