ABS()

Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4 Armite F4 ArmiteH7 Picomite CMM2

Syntax:
ABS( number )

Description:
Returns the absolute value of the argument 'number' (ie, any negative sign is removed and the positive number is returned).

y = -25.4
x = abs(y)
print x

output:
25.4


Last edited: 29 September, 2020