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.
Converts the value of an angle from degrees to radians.
Syntax
RAD(angle )
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
angle |
Required |
Number |
The angle to convert. |
Example
RAD(45)
Returns 0.7854.