Calculates the arc tangent of a number. atan returns an angle in degrees, in the range -90.0 through 90.0. atanr returns the equivalent angle in radians.
number1 = atan(number2); number1 = atanr(number2);