ANG360 Function
Normalizes an angle's range to be 0 <= result < 2PI radians (0 <= result < 360 deg).
Syntax
ANG360(angle)
Remarks
If angle is not specified using angular units, it is interpreted as radians. If angle cannot be converted to a value, a #VALUE! error is returned.
Example 1
ANG360(395 deg)
Equals 35 degrees.
Example 2
ANG360(-9.8 rad)
Equals 2.7664 radians.
Example 3
ANG360(45)
Equals 58.31 degrees (1.0177 radians).