The ATAN2 function calculates the arc tangent of the two variables b1 and b2. It is similar to calculating the arc tangent of b2 / b1, except that the signs of both arguments are used to determine the quadrant of the result. The result is in Radians.
Performing this function on a string or empty cell simply does nothing.