contents index previous next
Clib.abs()
syntax:
Clib.abs(x)
where:
x - number to work with.
return:
number - absolute value of x.
description:
This method returns the absolute, non-negative, value of x.
see:
Clib.labs(), Clib.fabs()
Clib.acos()