Int abs(Int x)
Arguments
x: The integer to find the magnitude of
Usage
Return the magnitude of an integer.
a = abs(5); // 5
a = abs(-3); // 3
x: The integer to find the magnitude ofReturn the magnitude of an integer.
a = abs(5); // 5
a = abs(-3); // 3