ANG360 Function

Office 2013 and later

Last modified: March 09, 2015

Applies to: Office 2013 | Visio 2013

In this article
Syntax
Remarks
Example 1
Example 2
Example 3

Normalizes an angle's range to be 0 <= result < 2PI radians (0 <= result < 360 degrees).

ANG360(angle)

Parameters

Name

Required/Optional

Data Type

Description

angle

Required

Numeric

The angle to be normalized.

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.

ANG360(395 deg)

Returns 35 deg

ANG360(-9.8 rad)

Returns 2.7664 rad

ANG360(45)

Returns 58.31 deg (1.0177 rad)

Show: