Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Normalizes an angle's range to be 0 <= result < 2PI radians (0 <= result < 360 degrees).
Syntax
ANG360(angle )
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
angle |
Required |
Numeric |
The angle to be normalized. |
Remarks
If angle is not specified by 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)
Returns 35 deg
Example 2
ANG360(-9.8 rad)
Returns 2.7664 rad
Example 3
ANG360(45)
Returns 58.31 deg (1.0177 rad)