Returns the absolute value of the input parameter.
If the parameter is negative, it is returned with its sign reversed so that it becomes positive. Otherwise, it is returned unchanged.
Parameter 1 – a numerical value of which to take the absolute value.
Returns: the absolute value of the parameter; a numerical value in the range between 0 and infinity.