RadToDeg
double RadToDeg (double radians);
Purpose
This function converts from radians to degrees.
Parameters
| Input | ||
| Name | Type | Description |
| radians | double | Pass the value in units of radians to convert to units of degrees. |
Return Value
| Name | Type | Description |
| degrees | double | Returns the converted value in degrees. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later