Calculates the absolute value of a number: If the number is negative, the positive number is returned. Otherwise the number itself is returned.
number1 = abs(number2);