datatable.math.abs()¶
Return the absolute value of x. This function can only be applied
to numeric arguments (i.e. boolean, integer, or real).
This function upcasts columns of types bool8, int8 and int16 into
int32; for columns of other types the stype is kept.