Skip to content

math_abs

Version: Dink 1.08  Freedink   DinkHD   YeDink

Prototypeint math_abs(int value)

math_abs() returns the absolute value of the given value.

Please note the following exception:
Math_abs(-2147483648) returns -2147483648.