Name:
abs
the absolute value.
Description:
abs
is the absolute value function.
abs
(x)=x if x>0 and -x otherwise.
Go back to the list of commands