d2r(x)
Features
This function returns the x degrees value to radians.
Parameters
| Parameter Name | Data Type | Default Value | Description |
|---|---|---|---|
x | float | - | The angle in degrees |
Return
| Value | Description |
|---|---|
The angle in radians | - |
Exception
| Exception | Description |
|---|---|
DR_Error (DR_ERROR_TYPE) | Parameter data type error occurred |